Shades of Neon Blue #5056E8
Tints of Neon Blue #5056E8
RGB
CMYK
RGB Variations
Color information
#5056E8 (or 0x5056E8) is known color: Neon Blue. HEX triplet: 50, 56 and E8. RGB value is (80,86,232). Sum of RGB (Red+Green+Blue) = 80+86+232=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 232 (91.02% from 255 or 58.29% from 398); Max value from RGB is 232 - color contains mainly: blue. Hex color #5056E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056E8 is #AFA917. Grayscale: #646464. Windows color (decimal): -11512088 or 15226448. OLE color: 15226448.
HSL color Cylindrical-coordinate representation of color #5056E8: hue angle of 237.63º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5056E8 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 86 | 232 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.09 |
| HSL | 237.63º | 0.77% | 0.61% | - |
| HSV(B) | 237.63º | 0.66% | 0.91% | - |
| XYZ | 21.2 | 14.19 | 77.96 | - |
| YUV | 100.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 232 | 0.66 | 0.63 | 0 | 0.09 | 237.63 | 0.77 | 0.61 |
| Hex | 50 | 56 | E8 | 42 | 3F | 0 | 9 | EE | 4D | 3D |
| Octal | 120 | 126 | 350 | 102 | 77 | 0 | 11 | 356 | 115 | 75 |
| Binary | 1010000 | 1010110 | 11101000 | 1000010 | 111111 | 0 | 1001 | 11101110 | 1001101 | 111101 |
Color Harmonies of #5056E8
Complementary color
Monochromatic Colors of #5056E8
Black with #5056E8
Text Example
Text Example
White with #5056E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5056E8; }
p { color: rgb(80,86,232); }
H1.HeaderClassName
{
color: #5056E8;
}
.AnyTagClassName
{
color: #5056E8;
}
</style>
background-color css
<style>
a { background-color: #5056E8; }
a { background-color: rgb(80,86,232); }
div.DivClassName
{
background-color: #5056E8;
}
.BgClassName
{
background-color: #5056E8;
}
</style>
border-color css
<style>
span { border-color: #5056E8; }
span { border-color: rgb(80,86,232); }
td.TdClassName
{
border-color: #5056E8;
}
.TagClassName
{
border-color: #5056E8;
}
</style>