Shades of Neon Blue #5059EC
Tints of Neon Blue #5059EC
RGB
CMYK
RGB Variations
Color information
#5059EC (or 0x5059EC) is known color: Neon Blue. HEX triplet: 50, 59 and EC. RGB value is (80,89,236). Sum of RGB (Red+Green+Blue) = 80+89+236=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #5059EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5059EC is #AFA613. Grayscale: #666666. Windows color (decimal): -11511316 or 15489360. OLE color: 15489360.
HSL color Cylindrical-coordinate representation of color #5059EC: hue angle of 236.54º 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 #5059EC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 89 | 236 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.07 |
| HSL | 236.54º | 0.8% | 0.62% | - |
| HSV(B) | 236.54º | 0.66% | 0.93% | - |
| XYZ | 22.02 | 14.91 | 81.07 | - |
| YUV | 103.07 | 203.02 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 236 | 0.66 | 0.62 | 0 | 0.07 | 236.54 | 0.8 | 0.62 |
| Hex | 50 | 59 | EC | 42 | 3E | 0 | 7 | ED | 50 | 3E |
| Octal | 120 | 131 | 354 | 102 | 76 | 0 | 7 | 355 | 120 | 76 |
| Binary | 1010000 | 1011001 | 11101100 | 1000010 | 111110 | 0 | 111 | 11101101 | 1010000 | 111110 |
Color Harmonies of #5059EC
Complementary color
Monochromatic Colors of #5059EC
Black with #5059EC
Text Example
Text Example
White with #5059EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059EC; }
p { color: rgb(80,89,236); }
H1.HeaderClassName
{
color: #5059EC;
}
.AnyTagClassName
{
color: #5059EC;
}
</style>
background-color css
<style>
a { background-color: #5059EC; }
a { background-color: rgb(80,89,236); }
div.DivClassName
{
background-color: #5059EC;
}
.BgClassName
{
background-color: #5059EC;
}
</style>
border-color css
<style>
span { border-color: #5059EC; }
span { border-color: rgb(80,89,236); }
td.TdClassName
{
border-color: #5059EC;
}
.TagClassName
{
border-color: #5059EC;
}
</style>