Shades of Neon Blue #5556FF
Tints of Neon Blue #5556FF
RGB
CMYK
RGB Variations
Color information
#5556FF (or 0x5556FF) is known color: Neon Blue. HEX triplet: 55, 56 and FF. RGB value is (85,86,255). Sum of RGB (Red+Green+Blue) = 85+86+255=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #5556FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5556FF is #AAA900. Grayscale: #686868. Windows color (decimal): -11184385 or 16733781. OLE color: 16733781.
HSL color Cylindrical-coordinate representation of color #5556FF: hue angle of 239.65º 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 #5556FF is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 86 | 255 | - |
| CMYK | 0.67 | 0.66 | 0 | 0 |
| HSL | 239.65º | 1% | 0.67% | - |
| HSV(B) | 239.65º | 0.67% | 1% | - |
| XYZ | 25.12 | 15.81 | 96.33 | - |
| YUV | 104.97 | 212.67 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 255 | 0.67 | 0.66 | 0 | 0 | 239.65 | 1 | 0.67 |
| Hex | 55 | 56 | FF | 43 | 42 | 0 | 0 | F0 | 64 | 43 |
| Octal | 125 | 126 | 377 | 103 | 102 | 0 | 0 | 360 | 144 | 103 |
| Binary | 1010101 | 1010110 | 11111111 | 1000011 | 1000010 | 0 | 0 | 11110000 | 1100100 | 1000011 |
Color Harmonies of #5556FF
Complementary color
Monochromatic Colors of #5556FF
Black with #5556FF
Text Example
Text Example
White with #5556FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5556FF; }
p { color: rgb(85,86,255); }
H1.HeaderClassName
{
color: #5556FF;
}
.AnyTagClassName
{
color: #5556FF;
}
</style>
background-color css
<style>
a { background-color: #5556FF; }
a { background-color: rgb(85,86,255); }
div.DivClassName
{
background-color: #5556FF;
}
.BgClassName
{
background-color: #5556FF;
}
</style>
border-color css
<style>
span { border-color: #5556FF; }
span { border-color: rgb(85,86,255); }
td.TdClassName
{
border-color: #5556FF;
}
.TagClassName
{
border-color: #5556FF;
}
</style>