Shades of Neon Blue #5558FF
Tints of Neon Blue #5558FF
RGB
CMYK
RGB Variations
Color information
#5558FF (or 0x5558FF) is known color: Neon Blue. HEX triplet: 55, 58 and FF. RGB value is (85,88,255). Sum of RGB (Red+Green+Blue) = 85+88+255=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #5558FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5558FF is #AAA700. Grayscale: #696969. Windows color (decimal): -11183873 or 16734293. OLE color: 16734293.
HSL color Cylindrical-coordinate representation of color #5558FF: hue angle of 238.94º 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 #5558FF is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 88 | 255 | - |
| CMYK | 0.67 | 0.65 | 0 | 0 |
| HSL | 238.94º | 1% | 0.67% | - |
| HSV(B) | 238.94º | 0.67% | 1% | - |
| XYZ | 25.29 | 16.13 | 96.39 | - |
| YUV | 106.14 | 212.01 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 255 | 0.67 | 0.65 | 0 | 0 | 238.94 | 1 | 0.67 |
| Hex | 55 | 58 | FF | 43 | 41 | 0 | 0 | EF | 64 | 43 |
| Octal | 125 | 130 | 377 | 103 | 101 | 0 | 0 | 357 | 144 | 103 |
| Binary | 1010101 | 1011000 | 11111111 | 1000011 | 1000001 | 0 | 0 | 11101111 | 1100100 | 1000011 |
Color Harmonies of #5558FF
Complementary color
Monochromatic Colors of #5558FF
Black with #5558FF
Text Example
Text Example
White with #5558FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5558FF; }
p { color: rgb(85,88,255); }
H1.HeaderClassName
{
color: #5558FF;
}
.AnyTagClassName
{
color: #5558FF;
}
</style>
background-color css
<style>
a { background-color: #5558FF; }
a { background-color: rgb(85,88,255); }
div.DivClassName
{
background-color: #5558FF;
}
.BgClassName
{
background-color: #5558FF;
}
</style>
border-color css
<style>
span { border-color: #5558FF; }
span { border-color: rgb(85,88,255); }
td.TdClassName
{
border-color: #5558FF;
}
.TagClassName
{
border-color: #5558FF;
}
</style>