Shades of Neon Blue #5035ED
Tints of Neon Blue #5035ED
RGB
CMYK
RGB Variations
Color information
#5035ED (or 0x5035ED) is known color: Neon Blue. HEX triplet: 50, 35 and ED. RGB value is (80,53,237). Sum of RGB (Red+Green+Blue) = 80+53+237=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #5035ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5035ED is #AFCA12. Grayscale: #515151. Windows color (decimal): -11520531 or 15545680. OLE color: 15545680.
HSL color Cylindrical-coordinate representation of color #5035ED: hue angle of 248.8º degrees, saturation: 0.84, 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 #5035ED is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 53 | 237 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.07 |
| HSL | 248.8º | 0.84% | 0.57% | - |
| HSV(B) | 248.8º | 0.78% | 0.93% | - |
| XYZ | 19.87 | 10.37 | 81.07 | - |
| YUV | 82.05 | 215.45 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 237 | 0.66 | 0.78 | 0 | 0.07 | 248.8 | 0.84 | 0.57 |
| Hex | 50 | 35 | ED | 42 | 4E | 0 | 7 | F9 | 54 | 39 |
| Octal | 120 | 65 | 355 | 102 | 116 | 0 | 7 | 371 | 124 | 71 |
| Binary | 1010000 | 110101 | 11101101 | 1000010 | 1001110 | 0 | 111 | 11111001 | 1010100 | 111001 |
Color Harmonies of #5035ED
Complementary color
Monochromatic Colors of #5035ED
Black with #5035ED
Text Example
Text Example
White with #5035ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5035ED; }
p { color: rgb(80,53,237); }
H1.HeaderClassName
{
color: #5035ED;
}
.AnyTagClassName
{
color: #5035ED;
}
</style>
background-color css
<style>
a { background-color: #5035ED; }
a { background-color: rgb(80,53,237); }
div.DivClassName
{
background-color: #5035ED;
}
.BgClassName
{
background-color: #5035ED;
}
</style>
border-color css
<style>
span { border-color: #5035ED; }
span { border-color: rgb(80,53,237); }
td.TdClassName
{
border-color: #5035ED;
}
.TagClassName
{
border-color: #5035ED;
}
</style>