Shades of Neon Blue #5550EC
Tints of Neon Blue #5550EC
RGB
CMYK
RGB Variations
Color information
#5550EC (or 0x5550EC) is known color: Neon Blue. HEX triplet: 55, 50 and EC. RGB value is (85,80,236). Sum of RGB (Red+Green+Blue) = 85+80+236=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #5550EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5550EC is #AAAF13. Grayscale: #626262. Windows color (decimal): -11185940 or 15487061. OLE color: 15487061.
HSL color Cylindrical-coordinate representation of color #5550EC: hue angle of 241.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5550EC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 80 | 236 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.07 |
| HSL | 241.92º | 0.8% | 0.62% | - |
| HSV(B) | 241.92º | 0.66% | 0.93% | - |
| XYZ | 21.76 | 13.72 | 80.86 | - |
| YUV | 99.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 236 | 0.64 | 0.66 | 0 | 0.07 | 241.92 | 0.8 | 0.62 |
| Hex | 55 | 50 | EC | 40 | 42 | 0 | 7 | F2 | 50 | 3E |
| Octal | 125 | 120 | 354 | 100 | 102 | 0 | 7 | 362 | 120 | 76 |
| Binary | 1010101 | 1010000 | 11101100 | 1000000 | 1000010 | 0 | 111 | 11110010 | 1010000 | 111110 |
Color Harmonies of #5550EC
Complementary color
Monochromatic Colors of #5550EC
Black with #5550EC
Text Example
Text Example
White with #5550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550EC; }
p { color: rgb(85,80,236); }
H1.HeaderClassName
{
color: #5550EC;
}
.AnyTagClassName
{
color: #5550EC;
}
</style>
background-color css
<style>
a { background-color: #5550EC; }
a { background-color: rgb(85,80,236); }
div.DivClassName
{
background-color: #5550EC;
}
.BgClassName
{
background-color: #5550EC;
}
</style>
border-color css
<style>
span { border-color: #5550EC; }
span { border-color: rgb(85,80,236); }
td.TdClassName
{
border-color: #5550EC;
}
.TagClassName
{
border-color: #5550EC;
}
</style>