Shades of Neon Blue #503EEC
Tints of Neon Blue #503EEC
RGB
CMYK
RGB Variations
Color information
#503EEC (or 0x503EEC) is known color: Neon Blue. HEX triplet: 50, 3E and EC. RGB value is (80,62,236). Sum of RGB (Red+Green+Blue) = 80+62+236=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #503EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503EEC is #AFC113. Grayscale: #565656. Windows color (decimal): -11518228 or 15482448. OLE color: 15482448.
HSL color Cylindrical-coordinate representation of color #503EEC: hue angle of 246.21º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503EEC is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 62 | 236 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.07 |
| HSL | 246.21º | 0.82% | 0.58% | - |
| HSV(B) | 246.21º | 0.74% | 0.93% | - |
| XYZ | 20.17 | 11.21 | 80.46 | - |
| YUV | 87.22 | 211.96 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 236 | 0.66 | 0.74 | 0 | 0.07 | 246.21 | 0.82 | 0.58 |
| Hex | 50 | 3E | EC | 42 | 4A | 0 | 7 | F6 | 52 | 3A |
| Octal | 120 | 76 | 354 | 102 | 112 | 0 | 7 | 366 | 122 | 72 |
| Binary | 1010000 | 111110 | 11101100 | 1000010 | 1001010 | 0 | 111 | 11110110 | 1010010 | 111010 |
Color Harmonies of #503EEC
Complementary color
Monochromatic Colors of #503EEC
Black with #503EEC
Text Example
Text Example
White with #503EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EEC; }
p { color: rgb(80,62,236); }
H1.HeaderClassName
{
color: #503EEC;
}
.AnyTagClassName
{
color: #503EEC;
}
</style>
background-color css
<style>
a { background-color: #503EEC; }
a { background-color: rgb(80,62,236); }
div.DivClassName
{
background-color: #503EEC;
}
.BgClassName
{
background-color: #503EEC;
}
</style>
border-color css
<style>
span { border-color: #503EEC; }
span { border-color: rgb(80,62,236); }
td.TdClassName
{
border-color: #503EEC;
}
.TagClassName
{
border-color: #503EEC;
}
</style>