Shades of Neon Blue #503CED
Tints of Neon Blue #503CED
RGB
CMYK
RGB Variations
Color information
#503CED (or 0x503CED) is known color: Neon Blue. HEX triplet: 50, 3C and ED. RGB value is (80,60,237). Sum of RGB (Red+Green+Blue) = 80+60+237=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #503CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CED is #AFC312. Grayscale: #555555. Windows color (decimal): -11518739 or 15547472. OLE color: 15547472.
HSL color Cylindrical-coordinate representation of color #503CED: hue angle of 246.78º degrees, saturation: 0.83, 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 #503CED is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 60 | 237 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.07 |
| HSL | 246.78º | 0.83% | 0.58% | - |
| HSV(B) | 246.78º | 0.75% | 0.93% | - |
| XYZ | 20.21 | 11.05 | 81.19 | - |
| YUV | 86.16 | 213.13 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 237 | 0.66 | 0.75 | 0 | 0.07 | 246.78 | 0.83 | 0.58 |
| Hex | 50 | 3C | ED | 42 | 4B | 0 | 7 | F7 | 53 | 3A |
| Octal | 120 | 74 | 355 | 102 | 113 | 0 | 7 | 367 | 123 | 72 |
| Binary | 1010000 | 111100 | 11101101 | 1000010 | 1001011 | 0 | 111 | 11110111 | 1010011 | 111010 |
Color Harmonies of #503CED
Complementary color
Monochromatic Colors of #503CED
Black with #503CED
Text Example
Text Example
White with #503CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CED; }
p { color: rgb(80,60,237); }
H1.HeaderClassName
{
color: #503CED;
}
.AnyTagClassName
{
color: #503CED;
}
</style>
background-color css
<style>
a { background-color: #503CED; }
a { background-color: rgb(80,60,237); }
div.DivClassName
{
background-color: #503CED;
}
.BgClassName
{
background-color: #503CED;
}
</style>
border-color css
<style>
span { border-color: #503CED; }
span { border-color: rgb(80,60,237); }
td.TdClassName
{
border-color: #503CED;
}
.TagClassName
{
border-color: #503CED;
}
</style>