Shades of Neon Blue #503BEA
Tints of Neon Blue #503BEA
RGB
CMYK
RGB Variations
Color information
#503BEA (or 0x503BEA) is known color: Neon Blue. HEX triplet: 50, 3B and EA. RGB value is (80,59,234). Sum of RGB (Red+Green+Blue) = 80+59+234=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #503BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BEA is #AFC415. Grayscale: #545454. Windows color (decimal): -11518998 or 15350608. OLE color: 15350608.
HSL color Cylindrical-coordinate representation of color #503BEA: hue angle of 247.2º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503BEA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 59 | 234 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.08 |
| HSL | 247.2º | 0.81% | 0.57% | - |
| HSV(B) | 247.2º | 0.75% | 0.92% | - |
| XYZ | 19.72 | 10.77 | 78.88 | - |
| YUV | 85.23 | 211.96 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 234 | 0.66 | 0.75 | 0 | 0.08 | 247.2 | 0.81 | 0.57 |
| Hex | 50 | 3B | EA | 42 | 4B | 0 | 8 | F7 | 51 | 39 |
| Octal | 120 | 73 | 352 | 102 | 113 | 0 | 10 | 367 | 121 | 71 |
| Binary | 1010000 | 111011 | 11101010 | 1000010 | 1001011 | 0 | 1000 | 11110111 | 1010001 | 111001 |
Color Harmonies of #503BEA
Complementary color
Monochromatic Colors of #503BEA
Black with #503BEA
Text Example
Text Example
White with #503BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BEA; }
p { color: rgb(80,59,234); }
H1.HeaderClassName
{
color: #503BEA;
}
.AnyTagClassName
{
color: #503BEA;
}
</style>
background-color css
<style>
a { background-color: #503BEA; }
a { background-color: rgb(80,59,234); }
div.DivClassName
{
background-color: #503BEA;
}
.BgClassName
{
background-color: #503BEA;
}
</style>
border-color css
<style>
span { border-color: #503BEA; }
span { border-color: rgb(80,59,234); }
td.TdClassName
{
border-color: #503BEA;
}
.TagClassName
{
border-color: #503BEA;
}
</style>