Shades of Neon Blue #555EFF
Tints of Neon Blue #555EFF
RGB
CMYK
RGB Variations
Color information
#555EFF (or 0x555EFF) is known color: Neon Blue. HEX triplet: 55, 5E and FF. RGB value is (85,94,255). Sum of RGB (Red+Green+Blue) = 85+94+255=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #555EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EFF is #AAA100. Grayscale: #6D6D6D. Windows color (decimal): -11182337 or 16735829. OLE color: 16735829.
HSL color Cylindrical-coordinate representation of color #555EFF: hue angle of 236.82º 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 #555EFF is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 94 | 255 | - |
| CMYK | 0.67 | 0.63 | 0 | 0 |
| HSL | 236.82º | 1% | 0.67% | - |
| HSV(B) | 236.82º | 0.67% | 1% | - |
| XYZ | 25.8 | 17.16 | 96.56 | - |
| YUV | 109.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 255 | 0.67 | 0.63 | 0 | 0 | 236.82 | 1 | 0.67 |
| Hex | 55 | 5E | FF | 43 | 3F | 0 | 0 | ED | 64 | 43 |
| Octal | 125 | 136 | 377 | 103 | 77 | 0 | 0 | 355 | 144 | 103 |
| Binary | 1010101 | 1011110 | 11111111 | 1000011 | 111111 | 0 | 0 | 11101101 | 1100100 | 1000011 |
Color Harmonies of #555EFF
Complementary color
Monochromatic Colors of #555EFF
Black with #555EFF
Text Example
Text Example
White with #555EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EFF; }
p { color: rgb(85,94,255); }
H1.HeaderClassName
{
color: #555EFF;
}
.AnyTagClassName
{
color: #555EFF;
}
</style>
background-color css
<style>
a { background-color: #555EFF; }
a { background-color: rgb(85,94,255); }
div.DivClassName
{
background-color: #555EFF;
}
.BgClassName
{
background-color: #555EFF;
}
</style>
border-color css
<style>
span { border-color: #555EFF; }
span { border-color: rgb(85,94,255); }
td.TdClassName
{
border-color: #555EFF;
}
.TagClassName
{
border-color: #555EFF;
}
</style>