Shades of Neon Blue #4935DB
Tints of Neon Blue #4935DB
RGB
CMYK
RGB Variations
Color information
#4935DB (or 0x4935DB) is known color: Neon Blue. HEX triplet: 49, 35 and DB. RGB value is (73,53,219). Sum of RGB (Red+Green+Blue) = 73+53+219=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #4935DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935DB is #B6CA24. Grayscale: #4D4D4D. Windows color (decimal): -11979301 or 14366025. OLE color: 14366025.
HSL color Cylindrical-coordinate representation of color #4935DB: hue angle of 247.23º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4935DB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 53 | 219 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.14 |
| HSL | 247.23º | 0.7% | 0.53% | - |
| HSV(B) | 247.23º | 0.76% | 0.86% | - |
| XYZ | 16.81 | 9.08 | 67.88 | - |
| YUV | 77.9 | 207.63 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 219 | 0.67 | 0.76 | 0 | 0.14 | 247.23 | 0.7 | 0.53 |
| Hex | 49 | 35 | DB | 43 | 4C | 0 | E | F7 | 46 | 35 |
| Octal | 111 | 65 | 333 | 103 | 114 | 0 | 16 | 367 | 106 | 65 |
| Binary | 1001001 | 110101 | 11011011 | 1000011 | 1001100 | 0 | 1110 | 11110111 | 1000110 | 110101 |
Color Harmonies of #4935DB
Complementary color
Monochromatic Colors of #4935DB
Black with #4935DB
Text Example
Text Example
White with #4935DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935DB; }
p { color: rgb(73,53,219); }
H1.HeaderClassName
{
color: #4935DB;
}
.AnyTagClassName
{
color: #4935DB;
}
</style>
background-color css
<style>
a { background-color: #4935DB; }
a { background-color: rgb(73,53,219); }
div.DivClassName
{
background-color: #4935DB;
}
.BgClassName
{
background-color: #4935DB;
}
</style>
border-color css
<style>
span { border-color: #4935DB; }
span { border-color: rgb(73,53,219); }
td.TdClassName
{
border-color: #4935DB;
}
.TagClassName
{
border-color: #4935DB;
}
</style>