Shades of Neon Blue #5035EC
Tints of Neon Blue #5035EC
RGB
CMYK
RGB Variations
Color information
#5035EC (or 0x5035EC) is known color: Neon Blue. HEX triplet: 50, 35 and EC. RGB value is (80,53,236). Sum of RGB (Red+Green+Blue) = 80+53+236=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #5035EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5035EC is #AFCA13. Grayscale: #515151. Windows color (decimal): -11520532 or 15480144. OLE color: 15480144.
HSL color Cylindrical-coordinate representation of color #5035EC: hue angle of 248.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5035EC is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 53 | 236 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.07 |
| HSL | 248.85º | 0.83% | 0.57% | - |
| HSV(B) | 248.85º | 0.78% | 0.93% | - |
| XYZ | 19.72 | 10.31 | 80.31 | - |
| YUV | 81.94 | 214.95 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 236 | 0.66 | 0.78 | 0 | 0.07 | 248.85 | 0.83 | 0.57 |
| Hex | 50 | 35 | EC | 42 | 4E | 0 | 7 | F9 | 53 | 39 |
| Octal | 120 | 65 | 354 | 102 | 116 | 0 | 7 | 371 | 123 | 71 |
| Binary | 1010000 | 110101 | 11101100 | 1000010 | 1001110 | 0 | 111 | 11111001 | 1010011 | 111001 |
Color Harmonies of #5035EC
Complementary color
Monochromatic Colors of #5035EC
Black with #5035EC
Text Example
Text Example
White with #5035EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5035EC; }
p { color: rgb(80,53,236); }
H1.HeaderClassName
{
color: #5035EC;
}
.AnyTagClassName
{
color: #5035EC;
}
</style>
background-color css
<style>
a { background-color: #5035EC; }
a { background-color: rgb(80,53,236); }
div.DivClassName
{
background-color: #5035EC;
}
.BgClassName
{
background-color: #5035EC;
}
</style>
border-color css
<style>
span { border-color: #5035EC; }
span { border-color: rgb(80,53,236); }
td.TdClassName
{
border-color: #5035EC;
}
.TagClassName
{
border-color: #5035EC;
}
</style>