Shades of Neon Blue #503CEA
Tints of Neon Blue #503CEA
RGB
CMYK
RGB Variations
Color information
#503CEA (or 0x503CEA) is known color: Neon Blue. HEX triplet: 50, 3C and EA. RGB value is (80,60,234). Sum of RGB (Red+Green+Blue) = 80+60+234=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #503CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CEA is #AFC315. Grayscale: #555555. Windows color (decimal): -11518742 or 15350864. OLE color: 15350864.
HSL color Cylindrical-coordinate representation of color #503CEA: hue angle of 246.9º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503CEA is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 60 | 234 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.08 |
| HSL | 246.9º | 0.81% | 0.58% | - |
| HSV(B) | 246.9º | 0.74% | 0.92% | - |
| XYZ | 19.78 | 10.88 | 78.9 | - |
| YUV | 85.82 | 211.63 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 234 | 0.66 | 0.74 | 0 | 0.08 | 246.9 | 0.81 | 0.58 |
| Hex | 50 | 3C | EA | 42 | 4A | 0 | 8 | F7 | 51 | 3A |
| Octal | 120 | 74 | 352 | 102 | 112 | 0 | 10 | 367 | 121 | 72 |
| Binary | 1010000 | 111100 | 11101010 | 1000010 | 1001010 | 0 | 1000 | 11110111 | 1010001 | 111010 |
Color Harmonies of #503CEA
Complementary color
Monochromatic Colors of #503CEA
Black with #503CEA
Text Example
Text Example
White with #503CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CEA; }
p { color: rgb(80,60,234); }
H1.HeaderClassName
{
color: #503CEA;
}
.AnyTagClassName
{
color: #503CEA;
}
</style>
background-color css
<style>
a { background-color: #503CEA; }
a { background-color: rgb(80,60,234); }
div.DivClassName
{
background-color: #503CEA;
}
.BgClassName
{
background-color: #503CEA;
}
</style>
border-color css
<style>
span { border-color: #503CEA; }
span { border-color: rgb(80,60,234); }
td.TdClassName
{
border-color: #503CEA;
}
.TagClassName
{
border-color: #503CEA;
}
</style>