Shades of Neon Blue #503ADE
Tints of Neon Blue #503ADE
RGB
CMYK
RGB Variations
Color information
#503ADE (or 0x503ADE) is known color: Neon Blue. HEX triplet: 50, 3A and DE. RGB value is (80,58,222). Sum of RGB (Red+Green+Blue) = 80+58+222=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #503ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ADE is #AFC521. Grayscale: #525252. Windows color (decimal): -11519266 or 14563920. OLE color: 14563920.
HSL color Cylindrical-coordinate representation of color #503ADE: hue angle of 248.05º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503ADE is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 58 | 222 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.13 |
| HSL | 248.05º | 0.71% | 0.55% | - |
| HSV(B) | 248.05º | 0.74% | 0.87% | - |
| XYZ | 18.01 | 10.01 | 70.09 | - |
| YUV | 83.27 | 206.29 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 222 | 0.64 | 0.74 | 0 | 0.13 | 248.05 | 0.71 | 0.55 |
| Hex | 50 | 3A | DE | 40 | 4A | 0 | D | F8 | 47 | 37 |
| Octal | 120 | 72 | 336 | 100 | 112 | 0 | 15 | 370 | 107 | 67 |
| Binary | 1010000 | 111010 | 11011110 | 1000000 | 1001010 | 0 | 1101 | 11111000 | 1000111 | 110111 |
Color Harmonies of #503ADE
Complementary color
Monochromatic Colors of #503ADE
Black with #503ADE
Text Example
Text Example
White with #503ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503ADE; }
p { color: rgb(80,58,222); }
H1.HeaderClassName
{
color: #503ADE;
}
.AnyTagClassName
{
color: #503ADE;
}
</style>
background-color css
<style>
a { background-color: #503ADE; }
a { background-color: rgb(80,58,222); }
div.DivClassName
{
background-color: #503ADE;
}
.BgClassName
{
background-color: #503ADE;
}
</style>
border-color css
<style>
span { border-color: #503ADE; }
span { border-color: rgb(80,58,222); }
td.TdClassName
{
border-color: #503ADE;
}
.TagClassName
{
border-color: #503ADE;
}
</style>