Shades of Neon Blue #555EED
Tints of Neon Blue #555EED
RGB
CMYK
RGB Variations
Color information
#555EED (or 0x555EED) is known color: Neon Blue. HEX triplet: 55, 5E and ED. RGB value is (85,94,237). Sum of RGB (Red+Green+Blue) = 85+94+237=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #555EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EED is #AAA112. Grayscale: #6B6B6B. Windows color (decimal): -11182355 or 15556181. OLE color: 15556181.
HSL color Cylindrical-coordinate representation of color #555EED: hue angle of 236.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555EED is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 94 | 237 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.07 |
| HSL | 236.45º | 0.81% | 0.63% | - |
| HSV(B) | 236.45º | 0.64% | 0.93% | - |
| XYZ | 23.04 | 16.05 | 82 | - |
| YUV | 107.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 237 | 0.64 | 0.60 | 0 | 0.07 | 236.45 | 0.81 | 0.63 |
| Hex | 55 | 5E | ED | 40 | 3C | 0 | 7 | EC | 51 | 3F |
| Octal | 125 | 136 | 355 | 100 | 74 | 0 | 7 | 354 | 121 | 77 |
| Binary | 1010101 | 1011110 | 11101101 | 1000000 | 111100 | 0 | 111 | 11101100 | 1010001 | 111111 |
Color Harmonies of #555EED
Complementary color
Monochromatic Colors of #555EED
Black with #555EED
Text Example
Text Example
White with #555EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EED; }
p { color: rgb(85,94,237); }
H1.HeaderClassName
{
color: #555EED;
}
.AnyTagClassName
{
color: #555EED;
}
</style>
background-color css
<style>
a { background-color: #555EED; }
a { background-color: rgb(85,94,237); }
div.DivClassName
{
background-color: #555EED;
}
.BgClassName
{
background-color: #555EED;
}
</style>
border-color css
<style>
span { border-color: #555EED; }
span { border-color: rgb(85,94,237); }
td.TdClassName
{
border-color: #555EED;
}
.TagClassName
{
border-color: #555EED;
}
</style>