Shades of Neon Blue #5557E5
Tints of Neon Blue #5557E5
RGB
CMYK
RGB Variations
Color information
#5557E5 (or 0x5557E5) is known color: Neon Blue. HEX triplet: 55, 57 and E5. RGB value is (85,87,229). Sum of RGB (Red+Green+Blue) = 85+87+229=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #5557E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557E5 is #AAA81A. Grayscale: #666666. Windows color (decimal): -11184155 or 15030101. OLE color: 15030101.
HSL color Cylindrical-coordinate representation of color #5557E5: hue angle of 239.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5557E5 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 87 | 229 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.10 |
| HSL | 239.17º | 0.73% | 0.62% | - |
| HSV(B) | 239.17º | 0.63% | 0.9% | - |
| XYZ | 21.3 | 14.4 | 75.79 | - |
| YUV | 102.59 | 199.34 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 229 | 0.63 | 0.62 | 0 | 0.10 | 239.17 | 0.73 | 0.62 |
| Hex | 55 | 57 | E5 | 3F | 3E | 0 | A | EF | 49 | 3E |
| Octal | 125 | 127 | 345 | 77 | 76 | 0 | 12 | 357 | 111 | 76 |
| Binary | 1010101 | 1010111 | 11100101 | 111111 | 111110 | 0 | 1010 | 11101111 | 1001001 | 111110 |
Color Harmonies of #5557E5
Complementary color
Monochromatic Colors of #5557E5
Black with #5557E5
Text Example
Text Example
White with #5557E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557E5; }
p { color: rgb(85,87,229); }
H1.HeaderClassName
{
color: #5557E5;
}
.AnyTagClassName
{
color: #5557E5;
}
</style>
background-color css
<style>
a { background-color: #5557E5; }
a { background-color: rgb(85,87,229); }
div.DivClassName
{
background-color: #5557E5;
}
.BgClassName
{
background-color: #5557E5;
}
</style>
border-color css
<style>
span { border-color: #5557E5; }
span { border-color: rgb(85,87,229); }
td.TdClassName
{
border-color: #5557E5;
}
.TagClassName
{
border-color: #5557E5;
}
</style>