Shades of Neon Blue #5058ED
Tints of Neon Blue #5058ED
RGB
CMYK
RGB Variations
Color information
#5058ED (or 0x5058ED) is known color: Neon Blue. HEX triplet: 50, 58 and ED. RGB value is (80,88,237). Sum of RGB (Red+Green+Blue) = 80+88+237=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #5058ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5058ED is #AFA712. Grayscale: #656565. Windows color (decimal): -11511571 or 15554640. OLE color: 15554640.
HSL color Cylindrical-coordinate representation of color #5058ED: hue angle of 236.94º degrees, saturation: 0.81, 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 #5058ED is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 88 | 237 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.07 |
| HSL | 236.94º | 0.81% | 0.62% | - |
| HSV(B) | 236.94º | 0.66% | 0.93% | - |
| XYZ | 22.08 | 14.8 | 81.81 | - |
| YUV | 102.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 237 | 0.66 | 0.63 | 0 | 0.07 | 236.94 | 0.81 | 0.62 |
| Hex | 50 | 58 | ED | 42 | 3F | 0 | 7 | ED | 51 | 3E |
| Octal | 120 | 130 | 355 | 102 | 77 | 0 | 7 | 355 | 121 | 76 |
| Binary | 1010000 | 1011000 | 11101101 | 1000010 | 111111 | 0 | 111 | 11101101 | 1010001 | 111110 |
Color Harmonies of #5058ED
Complementary color
Monochromatic Colors of #5058ED
Black with #5058ED
Text Example
Text Example
White with #5058ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5058ED; }
p { color: rgb(80,88,237); }
H1.HeaderClassName
{
color: #5058ED;
}
.AnyTagClassName
{
color: #5058ED;
}
</style>
background-color css
<style>
a { background-color: #5058ED; }
a { background-color: rgb(80,88,237); }
div.DivClassName
{
background-color: #5058ED;
}
.BgClassName
{
background-color: #5058ED;
}
</style>
border-color css
<style>
span { border-color: #5058ED; }
span { border-color: rgb(80,88,237); }
td.TdClassName
{
border-color: #5058ED;
}
.TagClassName
{
border-color: #5058ED;
}
</style>