Shades of Neon Blue #5862FA
Tints of Neon Blue #5862FA
RGB
CMYK
RGB Variations
Color information
#5862FA (or 0x5862FA) is known color: Neon Blue. HEX triplet: 58, 62 and FA. RGB value is (88,98,250). Sum of RGB (Red+Green+Blue) = 88+98+250=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #5862FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5862FA is #A79D05. Grayscale: #6F6F6F. Windows color (decimal): -10984710 or 16409176. OLE color: 16409176.
HSL color Cylindrical-coordinate representation of color #5862FA: hue angle of 236.3º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5862FA is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 98 | 250 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.02 |
| HSL | 236.3º | 0.94% | 0.66% | - |
| HSV(B) | 236.3º | 0.65% | 0.98% | - |
| XYZ | 25.65 | 17.71 | 92.51 | - |
| YUV | 112.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 250 | 0.65 | 0.61 | 0 | 0.02 | 236.3 | 0.94 | 0.66 |
| Hex | 58 | 62 | FA | 41 | 3D | 0 | 2 | EC | 5E | 42 |
| Octal | 130 | 142 | 372 | 101 | 75 | 0 | 2 | 354 | 136 | 102 |
| Binary | 1011000 | 1100010 | 11111010 | 1000001 | 111101 | 0 | 10 | 11101100 | 1011110 | 1000010 |
Color Harmonies of #5862FA
Complementary color
Monochromatic Colors of #5862FA
Black with #5862FA
Text Example
Text Example
White with #5862FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862FA; }
p { color: rgb(88,98,250); }
H1.HeaderClassName
{
color: #5862FA;
}
.AnyTagClassName
{
color: #5862FA;
}
</style>
background-color css
<style>
a { background-color: #5862FA; }
a { background-color: rgb(88,98,250); }
div.DivClassName
{
background-color: #5862FA;
}
.BgClassName
{
background-color: #5862FA;
}
</style>
border-color css
<style>
span { border-color: #5862FA; }
span { border-color: rgb(88,98,250); }
td.TdClassName
{
border-color: #5862FA;
}
.TagClassName
{
border-color: #5862FA;
}
</style>