Shades of Neon Blue #5053EC
Tints of Neon Blue #5053EC
RGB
CMYK
RGB Variations
Color information
#5053EC (or 0x5053EC) is known color: Neon Blue. HEX triplet: 50, 53 and EC. RGB value is (80,83,236). Sum of RGB (Red+Green+Blue) = 80+83+236=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #5053EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5053EC is #AFAC13. Grayscale: #626262. Windows color (decimal): -11512852 or 15487824. OLE color: 15487824.
HSL color Cylindrical-coordinate representation of color #5053EC: hue angle of 238.85º 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 #5053EC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 83 | 236 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.07 |
| HSL | 238.85º | 0.8% | 0.62% | - |
| HSV(B) | 238.85º | 0.66% | 0.93% | - |
| XYZ | 21.54 | 13.95 | 80.91 | - |
| YUV | 99.55 | 205.01 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 236 | 0.66 | 0.65 | 0 | 0.07 | 238.85 | 0.8 | 0.62 |
| Hex | 50 | 53 | EC | 42 | 41 | 0 | 7 | EF | 50 | 3E |
| Octal | 120 | 123 | 354 | 102 | 101 | 0 | 7 | 357 | 120 | 76 |
| Binary | 1010000 | 1010011 | 11101100 | 1000010 | 1000001 | 0 | 111 | 11101111 | 1010000 | 111110 |
Color Harmonies of #5053EC
Complementary color
Monochromatic Colors of #5053EC
Black with #5053EC
Text Example
Text Example
White with #5053EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5053EC; }
p { color: rgb(80,83,236); }
H1.HeaderClassName
{
color: #5053EC;
}
.AnyTagClassName
{
color: #5053EC;
}
</style>
background-color css
<style>
a { background-color: #5053EC; }
a { background-color: rgb(80,83,236); }
div.DivClassName
{
background-color: #5053EC;
}
.BgClassName
{
background-color: #5053EC;
}
</style>
border-color css
<style>
span { border-color: #5053EC; }
span { border-color: rgb(80,83,236); }
td.TdClassName
{
border-color: #5053EC;
}
.TagClassName
{
border-color: #5053EC;
}
</style>