Shades of Neon Blue #5859E6
Tints of Neon Blue #5859E6
RGB
CMYK
RGB Variations
Color information
#5859E6 (or 0x5859E6) is known color: Neon Blue. HEX triplet: 58, 59 and E6. RGB value is (88,89,230). Sum of RGB (Red+Green+Blue) = 88+89+230=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #5859E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5859E6 is #A7A619. Grayscale: #686868. Windows color (decimal): -10987034 or 15096152. OLE color: 15096152.
HSL color Cylindrical-coordinate representation of color #5859E6: hue angle of 239.58º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5859E6 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 89 | 230 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.10 |
| HSL | 239.58º | 0.74% | 0.62% | - |
| HSV(B) | 239.58º | 0.62% | 0.9% | - |
| XYZ | 21.88 | 14.93 | 76.59 | - |
| YUV | 104.78 | 198.67 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 230 | 0.62 | 0.61 | 0 | 0.10 | 239.58 | 0.74 | 0.62 |
| Hex | 58 | 59 | E6 | 3E | 3D | 0 | A | F0 | 4A | 3E |
| Octal | 130 | 131 | 346 | 76 | 75 | 0 | 12 | 360 | 112 | 76 |
| Binary | 1011000 | 1011001 | 11100110 | 111110 | 111101 | 0 | 1010 | 11110000 | 1001010 | 111110 |
Color Harmonies of #5859E6
Complementary color
Monochromatic Colors of #5859E6
Black with #5859E6
Text Example
Text Example
White with #5859E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5859E6; }
p { color: rgb(88,89,230); }
H1.HeaderClassName
{
color: #5859E6;
}
.AnyTagClassName
{
color: #5859E6;
}
</style>
background-color css
<style>
a { background-color: #5859E6; }
a { background-color: rgb(88,89,230); }
div.DivClassName
{
background-color: #5859E6;
}
.BgClassName
{
background-color: #5859E6;
}
</style>
border-color css
<style>
span { border-color: #5859E6; }
span { border-color: rgb(88,89,230); }
td.TdClassName
{
border-color: #5859E6;
}
.TagClassName
{
border-color: #5859E6;
}
</style>