Shades of Neon Blue #5336E8
Tints of Neon Blue #5336E8
RGB
CMYK
RGB Variations
Color information
#5336E8 (or 0x5336E8) is known color: Neon Blue. HEX triplet: 53, 36 and E8. RGB value is (83,54,232). Sum of RGB (Red+Green+Blue) = 83+54+232=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #5336E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5336E8 is #ACC917. Grayscale: #525252. Windows color (decimal): -11323672 or 15218259. OLE color: 15218259.
HSL color Cylindrical-coordinate representation of color #5336E8: hue angle of 249.78º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5336E8 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 54 | 232 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.09 |
| HSL | 249.78º | 0.79% | 0.56% | - |
| HSV(B) | 249.78º | 0.77% | 0.91% | - |
| XYZ | 19.45 | 10.3 | 77.31 | - |
| YUV | 82.96 | 212.11 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 232 | 0.64 | 0.77 | 0 | 0.09 | 249.78 | 0.79 | 0.56 |
| Hex | 53 | 36 | E8 | 40 | 4D | 0 | 9 | FA | 4F | 38 |
| Octal | 123 | 66 | 350 | 100 | 115 | 0 | 11 | 372 | 117 | 70 |
| Binary | 1010011 | 110110 | 11101000 | 1000000 | 1001101 | 0 | 1001 | 11111010 | 1001111 | 111000 |
Color Harmonies of #5336E8
Complementary color
Monochromatic Colors of #5336E8
Black with #5336E8
Text Example
Text Example
White with #5336E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5336E8; }
p { color: rgb(83,54,232); }
H1.HeaderClassName
{
color: #5336E8;
}
.AnyTagClassName
{
color: #5336E8;
}
</style>
background-color css
<style>
a { background-color: #5336E8; }
a { background-color: rgb(83,54,232); }
div.DivClassName
{
background-color: #5336E8;
}
.BgClassName
{
background-color: #5336E8;
}
</style>
border-color css
<style>
span { border-color: #5336E8; }
span { border-color: rgb(83,54,232); }
td.TdClassName
{
border-color: #5336E8;
}
.TagClassName
{
border-color: #5336E8;
}
</style>