Shades of Neon Blue #5560FF
Tints of Neon Blue #5560FF
RGB
CMYK
RGB Variations
Color information
#5560FF (or 0x5560FF) is known color: Neon Blue. HEX triplet: 55, 60 and FF. RGB value is (85,96,255). Sum of RGB (Red+Green+Blue) = 85+96+255=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #5560FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5560FF is #AA9F00. Grayscale: #6E6E6E. Windows color (decimal): -11181825 or 16736341. OLE color: 16736341.
HSL color Cylindrical-coordinate representation of color #5560FF: hue angle of 236.12º 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 #5560FF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 96 | 255 | - |
| CMYK | 0.67 | 0.62 | 0 | 0 |
| HSL | 236.12º | 1% | 0.67% | - |
| HSV(B) | 236.12º | 0.67% | 1% | - |
| XYZ | 25.98 | 17.52 | 96.62 | - |
| YUV | 110.84 | 209.36 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 255 | 0.67 | 0.62 | 0 | 0 | 236.12 | 1 | 0.67 |
| Hex | 55 | 60 | FF | 43 | 3E | 0 | 0 | EC | 64 | 43 |
| Octal | 125 | 140 | 377 | 103 | 76 | 0 | 0 | 354 | 144 | 103 |
| Binary | 1010101 | 1100000 | 11111111 | 1000011 | 111110 | 0 | 0 | 11101100 | 1100100 | 1000011 |
Color Harmonies of #5560FF
Complementary color
Monochromatic Colors of #5560FF
Black with #5560FF
Text Example
Text Example
White with #5560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5560FF; }
p { color: rgb(85,96,255); }
H1.HeaderClassName
{
color: #5560FF;
}
.AnyTagClassName
{
color: #5560FF;
}
</style>
background-color css
<style>
a { background-color: #5560FF; }
a { background-color: rgb(85,96,255); }
div.DivClassName
{
background-color: #5560FF;
}
.BgClassName
{
background-color: #5560FF;
}
</style>
border-color css
<style>
span { border-color: #5560FF; }
span { border-color: rgb(85,96,255); }
td.TdClassName
{
border-color: #5560FF;
}
.TagClassName
{
border-color: #5560FF;
}
</style>