Shades of Neon Blue #5551E8
Tints of Neon Blue #5551E8
RGB
CMYK
RGB Variations
Color information
#5551E8 (or 0x5551E8) is known color: Neon Blue. HEX triplet: 55, 51 and E8. RGB value is (85,81,232). Sum of RGB (Red+Green+Blue) = 85+81+232=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 81 (32.03% from 255 or 20.35% 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 #5551E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551E8 is #AAAE17. Grayscale: #626262. Windows color (decimal): -11185688 or 15225173. OLE color: 15225173.
HSL color Cylindrical-coordinate representation of color #5551E8: hue angle of 241.59º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5551E8 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 81 | 232 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.09 |
| HSL | 241.59º | 0.77% | 0.61% | - |
| HSV(B) | 241.59º | 0.65% | 0.91% | - |
| XYZ | 21.25 | 13.64 | 77.86 | - |
| YUV | 99.41 | 202.83 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 232 | 0.63 | 0.65 | 0 | 0.09 | 241.59 | 0.77 | 0.61 |
| Hex | 55 | 51 | E8 | 3F | 41 | 0 | 9 | F2 | 4D | 3D |
| Octal | 125 | 121 | 350 | 77 | 101 | 0 | 11 | 362 | 115 | 75 |
| Binary | 1010101 | 1010001 | 11101000 | 111111 | 1000001 | 0 | 1001 | 11110010 | 1001101 | 111101 |
Color Harmonies of #5551E8
Complementary color
Monochromatic Colors of #5551E8
Black with #5551E8
Text Example
Text Example
White with #5551E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551E8; }
p { color: rgb(85,81,232); }
H1.HeaderClassName
{
color: #5551E8;
}
.AnyTagClassName
{
color: #5551E8;
}
</style>
background-color css
<style>
a { background-color: #5551E8; }
a { background-color: rgb(85,81,232); }
div.DivClassName
{
background-color: #5551E8;
}
.BgClassName
{
background-color: #5551E8;
}
</style>
border-color css
<style>
span { border-color: #5551E8; }
span { border-color: rgb(85,81,232); }
td.TdClassName
{
border-color: #5551E8;
}
.TagClassName
{
border-color: #5551E8;
}
</style>