Shades of Neon Blue #5955E8
Tints of Neon Blue #5955E8
RGB
CMYK
RGB Variations
Color information
#5955E8 (or 0x5955E8) is known color: Neon Blue. HEX triplet: 59, 55 and E8. RGB value is (89,85,232). Sum of RGB (Red+Green+Blue) = 89+85+232=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #5955E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5955E8 is #A6AA17. Grayscale: #666666. Windows color (decimal): -10922520 or 15226201. OLE color: 15226201.
HSL color Cylindrical-coordinate representation of color #5955E8: hue angle of 241.63º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5955E8 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 85 | 232 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.09 |
| HSL | 241.63º | 0.76% | 0.62% | - |
| HSV(B) | 241.63º | 0.63% | 0.91% | - |
| XYZ | 21.93 | 14.45 | 77.98 | - |
| YUV | 102.95 | 200.83 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 232 | 0.62 | 0.63 | 0 | 0.09 | 241.63 | 0.76 | 0.62 |
| Hex | 59 | 55 | E8 | 3E | 3F | 0 | 9 | F2 | 4C | 3E |
| Octal | 131 | 125 | 350 | 76 | 77 | 0 | 11 | 362 | 114 | 76 |
| Binary | 1011001 | 1010101 | 11101000 | 111110 | 111111 | 0 | 1001 | 11110010 | 1001100 | 111110 |
Color Harmonies of #5955E8
Complementary color
Monochromatic Colors of #5955E8
Black with #5955E8
Text Example
Text Example
White with #5955E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955E8; }
p { color: rgb(89,85,232); }
H1.HeaderClassName
{
color: #5955E8;
}
.AnyTagClassName
{
color: #5955E8;
}
</style>
background-color css
<style>
a { background-color: #5955E8; }
a { background-color: rgb(89,85,232); }
div.DivClassName
{
background-color: #5955E8;
}
.BgClassName
{
background-color: #5955E8;
}
</style>
border-color css
<style>
span { border-color: #5955E8; }
span { border-color: rgb(89,85,232); }
td.TdClassName
{
border-color: #5955E8;
}
.TagClassName
{
border-color: #5955E8;
}
</style>