Shades of Neon Blue #503DDB
Tints of Neon Blue #503DDB
RGB
CMYK
RGB Variations
Color information
#503DDB (or 0x503DDB) is known color: Neon Blue. HEX triplet: 50, 3D and DB. RGB value is (80,61,219). Sum of RGB (Red+Green+Blue) = 80+61+219=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #503DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DDB is #AFC224. Grayscale: #545454. Windows color (decimal): -11518501 or 14368080. OLE color: 14368080.
HSL color Cylindrical-coordinate representation of color #503DDB: hue angle of 247.22º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503DDB is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 61 | 219 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.14 |
| HSL | 247.22º | 0.69% | 0.55% | - |
| HSV(B) | 247.22º | 0.72% | 0.86% | - |
| XYZ | 17.76 | 10.16 | 68.04 | - |
| YUV | 84.69 | 203.79 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 219 | 0.63 | 0.72 | 0 | 0.14 | 247.22 | 0.69 | 0.55 |
| Hex | 50 | 3D | DB | 3F | 48 | 0 | E | F7 | 45 | 37 |
| Octal | 120 | 75 | 333 | 77 | 110 | 0 | 16 | 367 | 105 | 67 |
| Binary | 1010000 | 111101 | 11011011 | 111111 | 1001000 | 0 | 1110 | 11110111 | 1000101 | 110111 |
Color Harmonies of #503DDB
Complementary color
Monochromatic Colors of #503DDB
Black with #503DDB
Text Example
Text Example
White with #503DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DDB; }
p { color: rgb(80,61,219); }
H1.HeaderClassName
{
color: #503DDB;
}
.AnyTagClassName
{
color: #503DDB;
}
</style>
background-color css
<style>
a { background-color: #503DDB; }
a { background-color: rgb(80,61,219); }
div.DivClassName
{
background-color: #503DDB;
}
.BgClassName
{
background-color: #503DDB;
}
</style>
border-color css
<style>
span { border-color: #503DDB; }
span { border-color: rgb(80,61,219); }
td.TdClassName
{
border-color: #503DDB;
}
.TagClassName
{
border-color: #503DDB;
}
</style>