Shades of Neon Blue #503DED
Tints of Neon Blue #503DED
RGB
CMYK
RGB Variations
Color information
#503DED (or 0x503DED) is known color: Neon Blue. HEX triplet: 50, 3D and ED. RGB value is (80,61,237). Sum of RGB (Red+Green+Blue) = 80+61+237=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #503DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DED is #AFC212. Grayscale: #565656. Windows color (decimal): -11518483 or 15547728. OLE color: 15547728.
HSL color Cylindrical-coordinate representation of color #503DED: hue angle of 246.48º degrees, saturation: 0.83, 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 #503DED is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 61 | 237 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.07 |
| HSL | 246.48º | 0.83% | 0.58% | - |
| HSV(B) | 246.48º | 0.74% | 0.93% | - |
| XYZ | 20.26 | 11.16 | 81.21 | - |
| YUV | 86.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 237 | 0.66 | 0.74 | 0 | 0.07 | 246.48 | 0.83 | 0.58 |
| Hex | 50 | 3D | ED | 42 | 4A | 0 | 7 | F6 | 53 | 3A |
| Octal | 120 | 75 | 355 | 102 | 112 | 0 | 7 | 366 | 123 | 72 |
| Binary | 1010000 | 111101 | 11101101 | 1000010 | 1001010 | 0 | 111 | 11110110 | 1010011 | 111010 |
Color Harmonies of #503DED
Complementary color
Monochromatic Colors of #503DED
Black with #503DED
Text Example
Text Example
White with #503DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DED; }
p { color: rgb(80,61,237); }
H1.HeaderClassName
{
color: #503DED;
}
.AnyTagClassName
{
color: #503DED;
}
</style>
background-color css
<style>
a { background-color: #503DED; }
a { background-color: rgb(80,61,237); }
div.DivClassName
{
background-color: #503DED;
}
.BgClassName
{
background-color: #503DED;
}
</style>
border-color css
<style>
span { border-color: #503DED; }
span { border-color: rgb(80,61,237); }
td.TdClassName
{
border-color: #503DED;
}
.TagClassName
{
border-color: #503DED;
}
</style>