Shades of Neon Blue #5562FF
Tints of Neon Blue #5562FF
RGB
CMYK
RGB Variations
Color information
#5562FF (or 0x5562FF) is known color: Neon Blue. HEX triplet: 55, 62 and FF. RGB value is (85,98,255). Sum of RGB (Red+Green+Blue) = 85+98+255=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5562FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5562FF is #AA9D00. Grayscale: #6F6F6F. Windows color (decimal): -11181313 or 16736853. OLE color: 16736853.
HSL color Cylindrical-coordinate representation of color #5562FF: hue angle of 235.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5562FF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 98 | 255 | - |
| CMYK | 0.67 | 0.62 | 0 | 0 |
| HSL | 235.41º | 1% | 0.67% | - |
| HSV(B) | 235.41º | 0.67% | 1% | - |
| XYZ | 26.16 | 17.89 | 96.68 | - |
| YUV | 112.01 | 208.69 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 255 | 0.67 | 0.62 | 0 | 0 | 235.41 | 1 | 0.67 |
| Hex | 55 | 62 | FF | 43 | 3E | 0 | 0 | EB | 64 | 43 |
| Octal | 125 | 142 | 377 | 103 | 76 | 0 | 0 | 353 | 144 | 103 |
| Binary | 1010101 | 1100010 | 11111111 | 1000011 | 111110 | 0 | 0 | 11101011 | 1100100 | 1000011 |
Color Harmonies of #5562FF
Complementary color
Monochromatic Colors of #5562FF
Black with #5562FF
Text Example
Text Example
White with #5562FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5562FF; }
p { color: rgb(85,98,255); }
H1.HeaderClassName
{
color: #5562FF;
}
.AnyTagClassName
{
color: #5562FF;
}
</style>
background-color css
<style>
a { background-color: #5562FF; }
a { background-color: rgb(85,98,255); }
div.DivClassName
{
background-color: #5562FF;
}
.BgClassName
{
background-color: #5562FF;
}
</style>
border-color css
<style>
span { border-color: #5562FF; }
span { border-color: rgb(85,98,255); }
td.TdClassName
{
border-color: #5562FF;
}
.TagClassName
{
border-color: #5562FF;
}
</style>