Shades of Neon Blue #5862F0
Tints of Neon Blue #5862F0
RGB
CMYK
RGB Variations
Color information
#5862F0 (or 0x5862F0) is known color: Neon Blue. HEX triplet: 58, 62 and F0. RGB value is (88,98,240). Sum of RGB (Red+Green+Blue) = 88+98+240=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #5862F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5862F0 is #A79D0F. Grayscale: #6E6E6E. Windows color (decimal): -10984720 or 15753816. OLE color: 15753816.
HSL color Cylindrical-coordinate representation of color #5862F0: hue angle of 236.05º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5862F0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 98 | 240 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.06 |
| HSL | 236.05º | 0.84% | 0.64% | - |
| HSV(B) | 236.05º | 0.63% | 0.94% | - |
| XYZ | 24.12 | 17.1 | 84.47 | - |
| YUV | 111.2 | 200.69 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 240 | 0.63 | 0.59 | 0 | 0.06 | 236.05 | 0.84 | 0.64 |
| Hex | 58 | 62 | F0 | 3F | 3B | 0 | 6 | EC | 54 | 40 |
| Octal | 130 | 142 | 360 | 77 | 73 | 0 | 6 | 354 | 124 | 100 |
| Binary | 1011000 | 1100010 | 11110000 | 111111 | 111011 | 0 | 110 | 11101100 | 1010100 | 1000000 |
Color Harmonies of #5862F0
Complementary color
Monochromatic Colors of #5862F0
Black with #5862F0
Text Example
Text Example
White with #5862F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862F0; }
p { color: rgb(88,98,240); }
H1.HeaderClassName
{
color: #5862F0;
}
.AnyTagClassName
{
color: #5862F0;
}
</style>
background-color css
<style>
a { background-color: #5862F0; }
a { background-color: rgb(88,98,240); }
div.DivClassName
{
background-color: #5862F0;
}
.BgClassName
{
background-color: #5862F0;
}
</style>
border-color css
<style>
span { border-color: #5862F0; }
span { border-color: rgb(88,98,240); }
td.TdClassName
{
border-color: #5862F0;
}
.TagClassName
{
border-color: #5862F0;
}
</style>