Shades of Neon Blue #503EED
Tints of Neon Blue #503EED
RGB
CMYK
RGB Variations
Color information
#503EED (or 0x503EED) is known color: Neon Blue. HEX triplet: 50, 3E and ED. RGB value is (80,62,237). Sum of RGB (Red+Green+Blue) = 80+62+237=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #503EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503EED is #AFC112. Grayscale: #565656. Windows color (decimal): -11518227 or 15547984. OLE color: 15547984.
HSL color Cylindrical-coordinate representation of color #503EED: hue angle of 246.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503EED is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 62 | 237 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.07 |
| HSL | 246.17º | 0.83% | 0.59% | - |
| HSV(B) | 246.17º | 0.74% | 0.93% | - |
| XYZ | 20.32 | 11.27 | 81.22 | - |
| YUV | 87.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 237 | 0.66 | 0.74 | 0 | 0.07 | 246.17 | 0.83 | 0.59 |
| Hex | 50 | 3E | ED | 42 | 4A | 0 | 7 | F6 | 53 | 3B |
| Octal | 120 | 76 | 355 | 102 | 112 | 0 | 7 | 366 | 123 | 73 |
| Binary | 1010000 | 111110 | 11101101 | 1000010 | 1001010 | 0 | 111 | 11110110 | 1010011 | 111011 |
Color Harmonies of #503EED
Complementary color
Monochromatic Colors of #503EED
Black with #503EED
Text Example
Text Example
White with #503EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EED; }
p { color: rgb(80,62,237); }
H1.HeaderClassName
{
color: #503EED;
}
.AnyTagClassName
{
color: #503EED;
}
</style>
background-color css
<style>
a { background-color: #503EED; }
a { background-color: rgb(80,62,237); }
div.DivClassName
{
background-color: #503EED;
}
.BgClassName
{
background-color: #503EED;
}
</style>
border-color css
<style>
span { border-color: #503EED; }
span { border-color: rgb(80,62,237); }
td.TdClassName
{
border-color: #503EED;
}
.TagClassName
{
border-color: #503EED;
}
</style>