Shades of Neon Blue #5557FF
Tints of Neon Blue #5557FF
RGB
CMYK
RGB Variations
Color information
#5557FF (or 0x5557FF) is known color: Neon Blue. HEX triplet: 55, 57 and FF. RGB value is (85,87,255). Sum of RGB (Red+Green+Blue) = 85+87+255=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #5557FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5557FF is #AAA800. Grayscale: #686868. Windows color (decimal): -11184129 or 16734037. OLE color: 16734037.
HSL color Cylindrical-coordinate representation of color #5557FF: hue angle of 239.29º 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 #5557FF is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 87 | 255 | - |
| CMYK | 0.67 | 0.66 | 0 | 0 |
| HSL | 239.29º | 1% | 0.67% | - |
| HSV(B) | 239.29º | 0.67% | 1% | - |
| XYZ | 25.2 | 15.97 | 96.36 | - |
| YUV | 105.55 | 212.34 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 255 | 0.67 | 0.66 | 0 | 0 | 239.29 | 1 | 0.67 |
| Hex | 55 | 57 | FF | 43 | 42 | 0 | 0 | EF | 64 | 43 |
| Octal | 125 | 127 | 377 | 103 | 102 | 0 | 0 | 357 | 144 | 103 |
| Binary | 1010101 | 1010111 | 11111111 | 1000011 | 1000010 | 0 | 0 | 11101111 | 1100100 | 1000011 |
Color Harmonies of #5557FF
Complementary color
Monochromatic Colors of #5557FF
Black with #5557FF
Text Example
Text Example
White with #5557FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557FF; }
p { color: rgb(85,87,255); }
H1.HeaderClassName
{
color: #5557FF;
}
.AnyTagClassName
{
color: #5557FF;
}
</style>
background-color css
<style>
a { background-color: #5557FF; }
a { background-color: rgb(85,87,255); }
div.DivClassName
{
background-color: #5557FF;
}
.BgClassName
{
background-color: #5557FF;
}
</style>
border-color css
<style>
span { border-color: #5557FF; }
span { border-color: rgb(85,87,255); }
td.TdClassName
{
border-color: #5557FF;
}
.TagClassName
{
border-color: #5557FF;
}
</style>