Shades of Neon Blue #5862FF
Tints of Neon Blue #5862FF
RGB
CMYK
RGB Variations
Color information
#5862FF (or 0x5862FF) is known color: Neon Blue. HEX triplet: 58, 62 and FF. RGB value is (88,98,255). Sum of RGB (Red+Green+Blue) = 88+98+255=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #5862FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5862FF is #A79D00. Grayscale: #707070. Windows color (decimal): -10984705 or 16736856. OLE color: 16736856.
HSL color Cylindrical-coordinate representation of color #5862FF: hue angle of 236.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5862FF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 98 | 255 | - |
| CMYK | 0.65 | 0.62 | 0 | 0 |
| HSL | 236.41º | 1% | 0.67% | - |
| HSV(B) | 236.41º | 0.65% | 1% | - |
| XYZ | 26.44 | 18.03 | 96.69 | - |
| YUV | 112.91 | 208.19 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 255 | 0.65 | 0.62 | 0 | 0 | 236.41 | 1 | 0.67 |
| Hex | 58 | 62 | FF | 41 | 3E | 0 | 0 | EC | 64 | 43 |
| Octal | 130 | 142 | 377 | 101 | 76 | 0 | 0 | 354 | 144 | 103 |
| Binary | 1011000 | 1100010 | 11111111 | 1000001 | 111110 | 0 | 0 | 11101100 | 1100100 | 1000011 |
Color Harmonies of #5862FF
Complementary color
Monochromatic Colors of #5862FF
Black with #5862FF
Text Example
Text Example
White with #5862FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862FF; }
p { color: rgb(88,98,255); }
H1.HeaderClassName
{
color: #5862FF;
}
.AnyTagClassName
{
color: #5862FF;
}
</style>
background-color css
<style>
a { background-color: #5862FF; }
a { background-color: rgb(88,98,255); }
div.DivClassName
{
background-color: #5862FF;
}
.BgClassName
{
background-color: #5862FF;
}
</style>
border-color css
<style>
span { border-color: #5862FF; }
span { border-color: rgb(88,98,255); }
td.TdClassName
{
border-color: #5862FF;
}
.TagClassName
{
border-color: #5862FF;
}
</style>