JSFiddle - React, Tailwind, and code Playground

by sperske

JavaScript

var rr = 128,
    gg = 64,
    bb = 200;
alert((rr << 5 | gg << 2 | bb));