Shades of Neon Blue #555EEA
Tints of Neon Blue #555EEA
RGB
CMYK
RGB Variations
Color information
#555EEA (or 0x555EEA) is known color: Neon Blue. HEX triplet: 55, 5E and EA. RGB value is (85,94,234). Sum of RGB (Red+Green+Blue) = 85+94+234=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #555EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EEA is #AAA115. Grayscale: #6A6A6A. Windows color (decimal): -11182358 or 15359573. OLE color: 15359573.
HSL color Cylindrical-coordinate representation of color #555EEA: hue angle of 236.38º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555EEA is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 94 | 234 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.08 |
| HSL | 236.38º | 0.78% | 0.63% | - |
| HSV(B) | 236.38º | 0.64% | 0.92% | - |
| XYZ | 22.6 | 15.88 | 79.72 | - |
| YUV | 107.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 234 | 0.64 | 0.60 | 0 | 0.08 | 236.38 | 0.78 | 0.63 |
| Hex | 55 | 5E | EA | 40 | 3C | 0 | 8 | EC | 4E | 3F |
| Octal | 125 | 136 | 352 | 100 | 74 | 0 | 10 | 354 | 116 | 77 |
| Binary | 1010101 | 1011110 | 11101010 | 1000000 | 111100 | 0 | 1000 | 11101100 | 1001110 | 111111 |
Color Harmonies of #555EEA
Complementary color
Monochromatic Colors of #555EEA
Black with #555EEA
Text Example
Text Example
White with #555EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EEA; }
p { color: rgb(85,94,234); }
H1.HeaderClassName
{
color: #555EEA;
}
.AnyTagClassName
{
color: #555EEA;
}
</style>
background-color css
<style>
a { background-color: #555EEA; }
a { background-color: rgb(85,94,234); }
div.DivClassName
{
background-color: #555EEA;
}
.BgClassName
{
background-color: #555EEA;
}
</style>
border-color css
<style>
span { border-color: #555EEA; }
span { border-color: rgb(85,94,234); }
td.TdClassName
{
border-color: #555EEA;
}
.TagClassName
{
border-color: #555EEA;
}
</style>