Shades of Neon Blue #5559EA
Tints of Neon Blue #5559EA
RGB
CMYK
RGB Variations
Color information
#5559EA (or 0x5559EA) is known color: Neon Blue. HEX triplet: 55, 59 and EA. RGB value is (85,89,234). Sum of RGB (Red+Green+Blue) = 85+89+234=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #5559EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5559EA is #AAA615. Grayscale: #676767. Windows color (decimal): -11183638 or 15358293. OLE color: 15358293.
HSL color Cylindrical-coordinate representation of color #5559EA: hue angle of 238.39º 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 #5559EA is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 89 | 234 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.08 |
| HSL | 238.39º | 0.78% | 0.63% | - |
| HSV(B) | 238.39º | 0.64% | 0.92% | - |
| XYZ | 22.17 | 15.02 | 79.57 | - |
| YUV | 104.33 | 201.17 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 234 | 0.64 | 0.62 | 0 | 0.08 | 238.39 | 0.78 | 0.63 |
| Hex | 55 | 59 | EA | 40 | 3E | 0 | 8 | EE | 4E | 3F |
| Octal | 125 | 131 | 352 | 100 | 76 | 0 | 10 | 356 | 116 | 77 |
| Binary | 1010101 | 1011001 | 11101010 | 1000000 | 111110 | 0 | 1000 | 11101110 | 1001110 | 111111 |
Color Harmonies of #5559EA
Complementary color
Monochromatic Colors of #5559EA
Black with #5559EA
Text Example
Text Example
White with #5559EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5559EA; }
p { color: rgb(85,89,234); }
H1.HeaderClassName
{
color: #5559EA;
}
.AnyTagClassName
{
color: #5559EA;
}
</style>
background-color css
<style>
a { background-color: #5559EA; }
a { background-color: rgb(85,89,234); }
div.DivClassName
{
background-color: #5559EA;
}
.BgClassName
{
background-color: #5559EA;
}
</style>
border-color css
<style>
span { border-color: #5559EA; }
span { border-color: rgb(85,89,234); }
td.TdClassName
{
border-color: #5559EA;
}
.TagClassName
{
border-color: #5559EA;
}
</style>