Shades of Neon Blue #5040DB
Tints of Neon Blue #5040DB
RGB
CMYK
RGB Variations
Color information
#5040DB (or 0x5040DB) is known color: Neon Blue. HEX triplet: 50, 40 and DB. RGB value is (80,64,219). Sum of RGB (Red+Green+Blue) = 80+64+219=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #5040DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040DB is #AFBF24. Grayscale: #555555. Windows color (decimal): -11517733 or 14368848. OLE color: 14368848.
HSL color Cylindrical-coordinate representation of color #5040DB: hue angle of 246.19º 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 #5040DB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 64 | 219 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.14 |
| HSL | 246.19º | 0.68% | 0.55% | - |
| HSV(B) | 246.19º | 0.71% | 0.86% | - |
| XYZ | 17.93 | 10.49 | 68.1 | - |
| YUV | 86.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 219 | 0.63 | 0.71 | 0 | 0.14 | 246.19 | 0.68 | 0.55 |
| Hex | 50 | 40 | DB | 3F | 47 | 0 | E | F6 | 44 | 37 |
| Octal | 120 | 100 | 333 | 77 | 107 | 0 | 16 | 366 | 104 | 67 |
| Binary | 1010000 | 1000000 | 11011011 | 111111 | 1000111 | 0 | 1110 | 11110110 | 1000100 | 110111 |
Color Harmonies of #5040DB
Complementary color
Monochromatic Colors of #5040DB
Black with #5040DB
Text Example
Text Example
White with #5040DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5040DB; }
p { color: rgb(80,64,219); }
H1.HeaderClassName
{
color: #5040DB;
}
.AnyTagClassName
{
color: #5040DB;
}
</style>
background-color css
<style>
a { background-color: #5040DB; }
a { background-color: rgb(80,64,219); }
div.DivClassName
{
background-color: #5040DB;
}
.BgClassName
{
background-color: #5040DB;
}
</style>
border-color css
<style>
span { border-color: #5040DB; }
span { border-color: rgb(80,64,219); }
td.TdClassName
{
border-color: #5040DB;
}
.TagClassName
{
border-color: #5040DB;
}
</style>