Shades of Neon Blue #503FDB
Tints of Neon Blue #503FDB
RGB
CMYK
RGB Variations
Color information
#503FDB (or 0x503FDB) is known color: Neon Blue. HEX triplet: 50, 3F and DB. RGB value is (80,63,219). Sum of RGB (Red+Green+Blue) = 80+63+219=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #503FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FDB is #AFC024. Grayscale: #555555. Windows color (decimal): -11517989 or 14368592. OLE color: 14368592.
HSL color Cylindrical-coordinate representation of color #503FDB: hue angle of 246.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503FDB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 63 | 219 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.14 |
| HSL | 246.54º | 0.68% | 0.55% | - |
| HSV(B) | 246.54º | 0.71% | 0.86% | - |
| XYZ | 17.87 | 10.37 | 68.08 | - |
| YUV | 85.87 | 203.13 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 219 | 0.63 | 0.71 | 0 | 0.14 | 246.54 | 0.68 | 0.55 |
| Hex | 50 | 3F | DB | 3F | 47 | 0 | E | F7 | 44 | 37 |
| Octal | 120 | 77 | 333 | 77 | 107 | 0 | 16 | 367 | 104 | 67 |
| Binary | 1010000 | 111111 | 11011011 | 111111 | 1000111 | 0 | 1110 | 11110111 | 1000100 | 110111 |
Color Harmonies of #503FDB
Complementary color
Monochromatic Colors of #503FDB
Black with #503FDB
Text Example
Text Example
White with #503FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FDB; }
p { color: rgb(80,63,219); }
H1.HeaderClassName
{
color: #503FDB;
}
.AnyTagClassName
{
color: #503FDB;
}
</style>
background-color css
<style>
a { background-color: #503FDB; }
a { background-color: rgb(80,63,219); }
div.DivClassName
{
background-color: #503FDB;
}
.BgClassName
{
background-color: #503FDB;
}
</style>
border-color css
<style>
span { border-color: #503FDB; }
span { border-color: rgb(80,63,219); }
td.TdClassName
{
border-color: #503FDB;
}
.TagClassName
{
border-color: #503FDB;
}
</style>