Shades of Neon Blue #503BDD
Tints of Neon Blue #503BDD
RGB
CMYK
RGB Variations
Color information
#503BDD (or 0x503BDD) is known color: Neon Blue. HEX triplet: 50, 3B and DD. RGB value is (80,59,221). Sum of RGB (Red+Green+Blue) = 80+59+221=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #503BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BDD is #AFC422. Grayscale: #535353. Windows color (decimal): -11519011 or 14498640. OLE color: 14498640.
HSL color Cylindrical-coordinate representation of color #503BDD: hue angle of 247.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503BDD is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 59 | 221 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.13 |
| HSL | 247.78º | 0.7% | 0.55% | - |
| HSV(B) | 247.78º | 0.73% | 0.87% | - |
| XYZ | 17.92 | 10.05 | 69.4 | - |
| YUV | 83.75 | 205.46 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 221 | 0.64 | 0.73 | 0 | 0.13 | 247.78 | 0.7 | 0.55 |
| Hex | 50 | 3B | DD | 40 | 49 | 0 | D | F8 | 46 | 37 |
| Octal | 120 | 73 | 335 | 100 | 111 | 0 | 15 | 370 | 106 | 67 |
| Binary | 1010000 | 111011 | 11011101 | 1000000 | 1001001 | 0 | 1101 | 11111000 | 1000110 | 110111 |
Color Harmonies of #503BDD
Complementary color
Monochromatic Colors of #503BDD
Black with #503BDD
Text Example
Text Example
White with #503BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BDD; }
p { color: rgb(80,59,221); }
H1.HeaderClassName
{
color: #503BDD;
}
.AnyTagClassName
{
color: #503BDD;
}
</style>
background-color css
<style>
a { background-color: #503BDD; }
a { background-color: rgb(80,59,221); }
div.DivClassName
{
background-color: #503BDD;
}
.BgClassName
{
background-color: #503BDD;
}
</style>
border-color css
<style>
span { border-color: #503BDD; }
span { border-color: rgb(80,59,221); }
td.TdClassName
{
border-color: #503BDD;
}
.TagClassName
{
border-color: #503BDD;
}
</style>