Shades of Neon Blue #503BE0
Tints of Neon Blue #503BE0
RGB
CMYK
RGB Variations
Color information
#503BE0 (or 0x503BE0) is known color: Neon Blue. HEX triplet: 50, 3B and E0. RGB value is (80,59,224). Sum of RGB (Red+Green+Blue) = 80+59+224=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #503BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BE0 is #AFC41F. Grayscale: #535353. Windows color (decimal): -11519008 or 14695248. OLE color: 14695248.
HSL color Cylindrical-coordinate representation of color #503BE0: hue angle of 247.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503BE0 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 59 | 224 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.12 |
| HSL | 247.64º | 0.73% | 0.55% | - |
| HSV(B) | 247.64º | 0.74% | 0.88% | - |
| XYZ | 18.33 | 10.22 | 71.53 | - |
| YUV | 84.09 | 206.96 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 224 | 0.64 | 0.74 | 0 | 0.12 | 247.64 | 0.73 | 0.55 |
| Hex | 50 | 3B | E0 | 40 | 4A | 0 | C | F8 | 49 | 37 |
| Octal | 120 | 73 | 340 | 100 | 112 | 0 | 14 | 370 | 111 | 67 |
| Binary | 1010000 | 111011 | 11100000 | 1000000 | 1001010 | 0 | 1100 | 11111000 | 1001001 | 110111 |
Color Harmonies of #503BE0
Complementary color
Monochromatic Colors of #503BE0
Black with #503BE0
Text Example
Text Example
White with #503BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BE0; }
p { color: rgb(80,59,224); }
H1.HeaderClassName
{
color: #503BE0;
}
.AnyTagClassName
{
color: #503BE0;
}
</style>
background-color css
<style>
a { background-color: #503BE0; }
a { background-color: rgb(80,59,224); }
div.DivClassName
{
background-color: #503BE0;
}
.BgClassName
{
background-color: #503BE0;
}
</style>
border-color css
<style>
span { border-color: #503BE0; }
span { border-color: rgb(80,59,224); }
td.TdClassName
{
border-color: #503BE0;
}
.TagClassName
{
border-color: #503BE0;
}
</style>