Shades of Neon Blue #503ADF
Tints of Neon Blue #503ADF
RGB
CMYK
RGB Variations
Color information
#503ADF (or 0x503ADF) is known color: Neon Blue. HEX triplet: 50, 3A and DF. RGB value is (80,58,223). Sum of RGB (Red+Green+Blue) = 80+58+223=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #503ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ADF is #AFC520. Grayscale: #525252. Windows color (decimal): -11519265 or 14629456. OLE color: 14629456.
HSL color Cylindrical-coordinate representation of color #503ADF: hue angle of 248º degrees, saturation: 0.72, 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 #503ADF is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 58 | 223 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.13 |
| HSL | 248º | 0.72% | 0.55% | - |
| HSV(B) | 248º | 0.74% | 0.87% | - |
| XYZ | 18.14 | 10.06 | 70.8 | - |
| YUV | 83.39 | 206.79 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 223 | 0.64 | 0.74 | 0 | 0.13 | 248 | 0.72 | 0.55 |
| Hex | 50 | 3A | DF | 40 | 4A | 0 | D | F8 | 48 | 37 |
| Octal | 120 | 72 | 337 | 100 | 112 | 0 | 15 | 370 | 110 | 67 |
| Binary | 1010000 | 111010 | 11011111 | 1000000 | 1001010 | 0 | 1101 | 11111000 | 1001000 | 110111 |
Color Harmonies of #503ADF
Complementary color
Monochromatic Colors of #503ADF
Black with #503ADF
Text Example
Text Example
White with #503ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503ADF; }
p { color: rgb(80,58,223); }
H1.HeaderClassName
{
color: #503ADF;
}
.AnyTagClassName
{
color: #503ADF;
}
</style>
background-color css
<style>
a { background-color: #503ADF; }
a { background-color: rgb(80,58,223); }
div.DivClassName
{
background-color: #503ADF;
}
.BgClassName
{
background-color: #503ADF;
}
</style>
border-color css
<style>
span { border-color: #503ADF; }
span { border-color: rgb(80,58,223); }
td.TdClassName
{
border-color: #503ADF;
}
.TagClassName
{
border-color: #503ADF;
}
</style>