Shades of Neon Blue #555DFF
Tints of Neon Blue #555DFF
RGB
CMYK
RGB Variations
Color information
#555DFF (or 0x555DFF) is known color: Neon Blue. HEX triplet: 55, 5D and FF. RGB value is (85,93,255). Sum of RGB (Red+Green+Blue) = 85+93+255=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #555DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DFF is #AAA200. Grayscale: #6C6C6C. Windows color (decimal): -11182593 or 16735573. OLE color: 16735573.
HSL color Cylindrical-coordinate representation of color #555DFF: hue angle of 237.18º 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 #555DFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 93 | 255 | - |
| CMYK | 0.67 | 0.64 | 0 | 0 |
| HSL | 237.18º | 1% | 0.67% | - |
| HSV(B) | 237.18º | 0.67% | 1% | - |
| XYZ | 25.71 | 16.98 | 96.53 | - |
| YUV | 109.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 255 | 0.67 | 0.64 | 0 | 0 | 237.18 | 1 | 0.67 |
| Hex | 55 | 5D | FF | 43 | 40 | 0 | 0 | ED | 64 | 43 |
| Octal | 125 | 135 | 377 | 103 | 100 | 0 | 0 | 355 | 144 | 103 |
| Binary | 1010101 | 1011101 | 11111111 | 1000011 | 1000000 | 0 | 0 | 11101101 | 1100100 | 1000011 |
Color Harmonies of #555DFF
Complementary color
Monochromatic Colors of #555DFF
Black with #555DFF
Text Example
Text Example
White with #555DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DFF; }
p { color: rgb(85,93,255); }
H1.HeaderClassName
{
color: #555DFF;
}
.AnyTagClassName
{
color: #555DFF;
}
</style>
background-color css
<style>
a { background-color: #555DFF; }
a { background-color: rgb(85,93,255); }
div.DivClassName
{
background-color: #555DFF;
}
.BgClassName
{
background-color: #555DFF;
}
</style>
border-color css
<style>
span { border-color: #555DFF; }
span { border-color: rgb(85,93,255); }
td.TdClassName
{
border-color: #555DFF;
}
.TagClassName
{
border-color: #555DFF;
}
</style>