Shades of Neon Blue #5059EB
Tints of Neon Blue #5059EB
RGB
CMYK
RGB Variations
Color information
#5059EB (or 0x5059EB) is known color: Neon Blue. HEX triplet: 50, 59 and EB. RGB value is (80,89,235). Sum of RGB (Red+Green+Blue) = 80+89+235=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #5059EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5059EB is #AFA614. Grayscale: #666666. Windows color (decimal): -11511317 or 15423824. OLE color: 15423824.
HSL color Cylindrical-coordinate representation of color #5059EB: hue angle of 236.52º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5059EB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 89 | 235 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.08 |
| HSL | 236.52º | 0.79% | 0.62% | - |
| HSV(B) | 236.52º | 0.66% | 0.92% | - |
| XYZ | 21.88 | 14.85 | 80.31 | - |
| YUV | 102.95 | 202.52 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 235 | 0.66 | 0.62 | 0 | 0.08 | 236.52 | 0.79 | 0.62 |
| Hex | 50 | 59 | EB | 42 | 3E | 0 | 8 | ED | 4F | 3E |
| Octal | 120 | 131 | 353 | 102 | 76 | 0 | 10 | 355 | 117 | 76 |
| Binary | 1010000 | 1011001 | 11101011 | 1000010 | 111110 | 0 | 1000 | 11101101 | 1001111 | 111110 |
Color Harmonies of #5059EB
Complementary color
Monochromatic Colors of #5059EB
Black with #5059EB
Text Example
Text Example
White with #5059EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059EB; }
p { color: rgb(80,89,235); }
H1.HeaderClassName
{
color: #5059EB;
}
.AnyTagClassName
{
color: #5059EB;
}
</style>
background-color css
<style>
a { background-color: #5059EB; }
a { background-color: rgb(80,89,235); }
div.DivClassName
{
background-color: #5059EB;
}
.BgClassName
{
background-color: #5059EB;
}
</style>
border-color css
<style>
span { border-color: #5059EB; }
span { border-color: rgb(80,89,235); }
td.TdClassName
{
border-color: #5059EB;
}
.TagClassName
{
border-color: #5059EB;
}
</style>