Shades of Neon Blue #5862FE
Tints of Neon Blue #5862FE
RGB
CMYK
RGB Variations
Color information
#5862FE (or 0x5862FE) is known color: Neon Blue. HEX triplet: 58, 62 and FE. RGB value is (88,98,254). Sum of RGB (Red+Green+Blue) = 88+98+254=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #5862FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5862FE is #A79D01. Grayscale: #707070. Windows color (decimal): -10984706 or 16671320. OLE color: 16671320.
HSL color Cylindrical-coordinate representation of color #5862FE: hue angle of 236.39º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5862FE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 98 | 254 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.00 |
| HSL | 236.39º | 0.99% | 0.67% | - |
| HSV(B) | 236.39º | 0.65% | 1% | - |
| XYZ | 26.28 | 17.97 | 95.85 | - |
| YUV | 112.79 | 207.69 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 254 | 0.65 | 0.61 | 0 | 0.00 | 236.39 | 0.99 | 0.67 |
| Hex | 58 | 62 | FE | 41 | 3D | 0 | 0 | EC | 63 | 43 |
| Octal | 130 | 142 | 376 | 101 | 75 | 0 | 0 | 354 | 143 | 103 |
| Binary | 1011000 | 1100010 | 11111110 | 1000001 | 111101 | 0 | 0 | 11101100 | 1100011 | 1000011 |
Color Harmonies of #5862FE
Complementary color
Monochromatic Colors of #5862FE
Black with #5862FE
Text Example
Text Example
White with #5862FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862FE; }
p { color: rgb(88,98,254); }
H1.HeaderClassName
{
color: #5862FE;
}
.AnyTagClassName
{
color: #5862FE;
}
</style>
background-color css
<style>
a { background-color: #5862FE; }
a { background-color: rgb(88,98,254); }
div.DivClassName
{
background-color: #5862FE;
}
.BgClassName
{
background-color: #5862FE;
}
</style>
border-color css
<style>
span { border-color: #5862FE; }
span { border-color: rgb(88,98,254); }
td.TdClassName
{
border-color: #5862FE;
}
.TagClassName
{
border-color: #5862FE;
}
</style>