Shades of Neon Blue #503BE6
Tints of Neon Blue #503BE6
RGB
CMYK
RGB Variations
Color information
#503BE6 (or 0x503BE6) is known color: Neon Blue. HEX triplet: 50, 3B and E6. RGB value is (80,59,230). Sum of RGB (Red+Green+Blue) = 80+59+230=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #503BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BE6 is #AFC419. Grayscale: #545454. Windows color (decimal): -11519002 or 15088464. OLE color: 15088464.
HSL color Cylindrical-coordinate representation of color #503BE6: hue angle of 247.37º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503BE6 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 59 | 230 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.10 |
| HSL | 247.37º | 0.77% | 0.57% | - |
| HSV(B) | 247.37º | 0.74% | 0.9% | - |
| XYZ | 19.16 | 10.55 | 75.89 | - |
| YUV | 84.77 | 209.96 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 230 | 0.65 | 0.74 | 0 | 0.10 | 247.37 | 0.77 | 0.57 |
| Hex | 50 | 3B | E6 | 41 | 4A | 0 | A | F7 | 4D | 39 |
| Octal | 120 | 73 | 346 | 101 | 112 | 0 | 12 | 367 | 115 | 71 |
| Binary | 1010000 | 111011 | 11100110 | 1000001 | 1001010 | 0 | 1010 | 11110111 | 1001101 | 111001 |
Color Harmonies of #503BE6
Complementary color
Monochromatic Colors of #503BE6
Black with #503BE6
Text Example
Text Example
White with #503BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BE6; }
p { color: rgb(80,59,230); }
H1.HeaderClassName
{
color: #503BE6;
}
.AnyTagClassName
{
color: #503BE6;
}
</style>
background-color css
<style>
a { background-color: #503BE6; }
a { background-color: rgb(80,59,230); }
div.DivClassName
{
background-color: #503BE6;
}
.BgClassName
{
background-color: #503BE6;
}
</style>
border-color css
<style>
span { border-color: #503BE6; }
span { border-color: rgb(80,59,230); }
td.TdClassName
{
border-color: #503BE6;
}
.TagClassName
{
border-color: #503BE6;
}
</style>