Shades of Neon Blue #503BEC
Tints of Neon Blue #503BEC
RGB
CMYK
RGB Variations
Color information
#503BEC (or 0x503BEC) is known color: Neon Blue. HEX triplet: 50, 3B and EC. RGB value is (80,59,236). Sum of RGB (Red+Green+Blue) = 80+59+236=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #503BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BEC is #AFC413. Grayscale: #545454. Windows color (decimal): -11518996 or 15481680. OLE color: 15481680.
HSL color Cylindrical-coordinate representation of color #503BEC: hue angle of 247.12º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503BEC is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 59 | 236 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.07 |
| HSL | 247.12º | 0.82% | 0.58% | - |
| HSV(B) | 247.12º | 0.75% | 0.93% | - |
| XYZ | 20.01 | 10.89 | 80.4 | - |
| YUV | 85.46 | 212.96 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 236 | 0.66 | 0.75 | 0 | 0.07 | 247.12 | 0.82 | 0.58 |
| Hex | 50 | 3B | EC | 42 | 4B | 0 | 7 | F7 | 52 | 3A |
| Octal | 120 | 73 | 354 | 102 | 113 | 0 | 7 | 367 | 122 | 72 |
| Binary | 1010000 | 111011 | 11101100 | 1000010 | 1001011 | 0 | 111 | 11110111 | 1010010 | 111010 |
Color Harmonies of #503BEC
Complementary color
Monochromatic Colors of #503BEC
Black with #503BEC
Text Example
Text Example
White with #503BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BEC; }
p { color: rgb(80,59,236); }
H1.HeaderClassName
{
color: #503BEC;
}
.AnyTagClassName
{
color: #503BEC;
}
</style>
background-color css
<style>
a { background-color: #503BEC; }
a { background-color: rgb(80,59,236); }
div.DivClassName
{
background-color: #503BEC;
}
.BgClassName
{
background-color: #503BEC;
}
</style>
border-color css
<style>
span { border-color: #503BEC; }
span { border-color: rgb(80,59,236); }
td.TdClassName
{
border-color: #503BEC;
}
.TagClassName
{
border-color: #503BEC;
}
</style>