Shades of Neon Blue #5559EE
Tints of Neon Blue #5559EE
RGB
CMYK
RGB Variations
Color information
#5559EE (or 0x5559EE) is known color: Neon Blue. HEX triplet: 55, 59 and EE. RGB value is (85,89,238). Sum of RGB (Red+Green+Blue) = 85+89+238=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #5559EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5559EE is #AAA611. Grayscale: #686868. Windows color (decimal): -11183634 or 15620437. OLE color: 15620437.
HSL color Cylindrical-coordinate representation of color #5559EE: hue angle of 238.43º degrees, saturation: 0.82, 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 #5559EE is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 89 | 238 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.07 |
| HSL | 238.43º | 0.82% | 0.63% | - |
| HSV(B) | 238.43º | 0.64% | 0.93% | - |
| XYZ | 22.75 | 15.25 | 82.63 | - |
| YUV | 104.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 238 | 0.64 | 0.63 | 0 | 0.07 | 238.43 | 0.82 | 0.63 |
| Hex | 55 | 59 | EE | 40 | 3F | 0 | 7 | EE | 52 | 3F |
| Octal | 125 | 131 | 356 | 100 | 77 | 0 | 7 | 356 | 122 | 77 |
| Binary | 1010101 | 1011001 | 11101110 | 1000000 | 111111 | 0 | 111 | 11101110 | 1010010 | 111111 |
Color Harmonies of #5559EE
Complementary color
Monochromatic Colors of #5559EE
Black with #5559EE
Text Example
Text Example
White with #5559EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5559EE; }
p { color: rgb(85,89,238); }
H1.HeaderClassName
{
color: #5559EE;
}
.AnyTagClassName
{
color: #5559EE;
}
</style>
background-color css
<style>
a { background-color: #5559EE; }
a { background-color: rgb(85,89,238); }
div.DivClassName
{
background-color: #5559EE;
}
.BgClassName
{
background-color: #5559EE;
}
</style>
border-color css
<style>
span { border-color: #5559EE; }
span { border-color: rgb(85,89,238); }
td.TdClassName
{
border-color: #5559EE;
}
.TagClassName
{
border-color: #5559EE;
}
</style>