Shades of Neon Blue #5662F0
Tints of Neon Blue #5662F0
RGB
CMYK
RGB Variations
Color information
#5662F0 (or 0x5662F0) is known color: Neon Blue. HEX triplet: 56, 62 and F0. RGB value is (86,98,240). Sum of RGB (Red+Green+Blue) = 86+98+240=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #5662F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5662F0 is #A99D0F. Grayscale: #6E6E6E. Windows color (decimal): -11115792 or 15753814. OLE color: 15753814.
HSL color Cylindrical-coordinate representation of color #5662F0: hue angle of 235.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5662F0 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 98 | 240 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.06 |
| HSL | 235.32º | 0.84% | 0.64% | - |
| HSV(B) | 235.32º | 0.64% | 0.94% | - |
| XYZ | 23.93 | 17.01 | 84.46 | - |
| YUV | 110.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 240 | 0.64 | 0.59 | 0 | 0.06 | 235.32 | 0.84 | 0.64 |
| Hex | 56 | 62 | F0 | 40 | 3B | 0 | 6 | EB | 54 | 40 |
| Octal | 126 | 142 | 360 | 100 | 73 | 0 | 6 | 353 | 124 | 100 |
| Binary | 1010110 | 1100010 | 11110000 | 1000000 | 111011 | 0 | 110 | 11101011 | 1010100 | 1000000 |
Color Harmonies of #5662F0
Complementary color
Monochromatic Colors of #5662F0
Black with #5662F0
Text Example
Text Example
White with #5662F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662F0; }
p { color: rgb(86,98,240); }
H1.HeaderClassName
{
color: #5662F0;
}
.AnyTagClassName
{
color: #5662F0;
}
</style>
background-color css
<style>
a { background-color: #5662F0; }
a { background-color: rgb(86,98,240); }
div.DivClassName
{
background-color: #5662F0;
}
.BgClassName
{
background-color: #5662F0;
}
</style>
border-color css
<style>
span { border-color: #5662F0; }
span { border-color: rgb(86,98,240); }
td.TdClassName
{
border-color: #5662F0;
}
.TagClassName
{
border-color: #5662F0;
}
</style>