Shades of Neon Blue #503FE1
Tints of Neon Blue #503FE1
RGB
CMYK
RGB Variations
Color information
#503FE1 (or 0x503FE1) is known color: Neon Blue. HEX triplet: 50, 3F and E1. RGB value is (80,63,225). Sum of RGB (Red+Green+Blue) = 80+63+225=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #503FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FE1 is #AFC01E. Grayscale: #555555. Windows color (decimal): -11517983 or 14761808. OLE color: 14761808.
HSL color Cylindrical-coordinate representation of color #503FE1: hue angle of 246.3º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503FE1 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 63 | 225 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.12 |
| HSL | 246.3º | 0.73% | 0.56% | - |
| HSV(B) | 246.3º | 0.72% | 0.88% | - |
| XYZ | 18.68 | 10.7 | 72.31 | - |
| YUV | 86.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 225 | 0.64 | 0.72 | 0 | 0.12 | 246.3 | 0.73 | 0.56 |
| Hex | 50 | 3F | E1 | 40 | 48 | 0 | C | F6 | 49 | 38 |
| Octal | 120 | 77 | 341 | 100 | 110 | 0 | 14 | 366 | 111 | 70 |
| Binary | 1010000 | 111111 | 11100001 | 1000000 | 1001000 | 0 | 1100 | 11110110 | 1001001 | 111000 |
Color Harmonies of #503FE1
Complementary color
Monochromatic Colors of #503FE1
Black with #503FE1
Text Example
Text Example
White with #503FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FE1; }
p { color: rgb(80,63,225); }
H1.HeaderClassName
{
color: #503FE1;
}
.AnyTagClassName
{
color: #503FE1;
}
</style>
background-color css
<style>
a { background-color: #503FE1; }
a { background-color: rgb(80,63,225); }
div.DivClassName
{
background-color: #503FE1;
}
.BgClassName
{
background-color: #503FE1;
}
</style>
border-color css
<style>
span { border-color: #503FE1; }
span { border-color: rgb(80,63,225); }
td.TdClassName
{
border-color: #503FE1;
}
.TagClassName
{
border-color: #503FE1;
}
</style>