Shades of Neon Blue #5562F0
Tints of Neon Blue #5562F0
RGB
CMYK
RGB Variations
Color information
#5562F0 (or 0x5562F0) is known color: Neon Blue. HEX triplet: 55, 62 and F0. RGB value is (85,98,240). Sum of RGB (Red+Green+Blue) = 85+98+240=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #5562F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5562F0 is #AA9D0F. Grayscale: #6D6D6D. Windows color (decimal): -11181328 or 15753813. OLE color: 15753813.
HSL color Cylindrical-coordinate representation of color #5562F0: hue angle of 234.97º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5562F0 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 98 | 240 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.06 |
| HSL | 234.97º | 0.84% | 0.64% | - |
| HSV(B) | 234.97º | 0.65% | 0.94% | - |
| XYZ | 23.84 | 16.96 | 84.45 | - |
| YUV | 110.3 | 201.19 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 240 | 0.65 | 0.59 | 0 | 0.06 | 234.97 | 0.84 | 0.64 |
| Hex | 55 | 62 | F0 | 41 | 3B | 0 | 6 | EB | 54 | 40 |
| Octal | 125 | 142 | 360 | 101 | 73 | 0 | 6 | 353 | 124 | 100 |
| Binary | 1010101 | 1100010 | 11110000 | 1000001 | 111011 | 0 | 110 | 11101011 | 1010100 | 1000000 |
Color Harmonies of #5562F0
Complementary color
Monochromatic Colors of #5562F0
Black with #5562F0
Text Example
Text Example
White with #5562F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5562F0; }
p { color: rgb(85,98,240); }
H1.HeaderClassName
{
color: #5562F0;
}
.AnyTagClassName
{
color: #5562F0;
}
</style>
background-color css
<style>
a { background-color: #5562F0; }
a { background-color: rgb(85,98,240); }
div.DivClassName
{
background-color: #5562F0;
}
.BgClassName
{
background-color: #5562F0;
}
</style>
border-color css
<style>
span { border-color: #5562F0; }
span { border-color: rgb(85,98,240); }
td.TdClassName
{
border-color: #5562F0;
}
.TagClassName
{
border-color: #5562F0;
}
</style>