Shades of Neon Blue #493ADB
Tints of Neon Blue #493ADB
RGB
CMYK
RGB Variations
Color information
#493ADB (or 0x493ADB) is known color: Neon Blue. HEX triplet: 49, 3A and DB. RGB value is (73,58,219). Sum of RGB (Red+Green+Blue) = 73+58+219=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #493ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ADB is #B6C524. Grayscale: #505050. Windows color (decimal): -11978021 or 14367305. OLE color: 14367305.
HSL color Cylindrical-coordinate representation of color #493ADB: hue angle of 245.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493ADB is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 58 | 219 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.14 |
| HSL | 245.59º | 0.69% | 0.54% | - |
| HSV(B) | 245.59º | 0.74% | 0.86% | - |
| XYZ | 17.05 | 9.56 | 67.96 | - |
| YUV | 80.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 219 | 0.67 | 0.74 | 0 | 0.14 | 245.59 | 0.69 | 0.54 |
| Hex | 49 | 3A | DB | 43 | 4A | 0 | E | F6 | 45 | 36 |
| Octal | 111 | 72 | 333 | 103 | 112 | 0 | 16 | 366 | 105 | 66 |
| Binary | 1001001 | 111010 | 11011011 | 1000011 | 1001010 | 0 | 1110 | 11110110 | 1000101 | 110110 |
Color Harmonies of #493ADB
Complementary color
Monochromatic Colors of #493ADB
Black with #493ADB
Text Example
Text Example
White with #493ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493ADB; }
p { color: rgb(73,58,219); }
H1.HeaderClassName
{
color: #493ADB;
}
.AnyTagClassName
{
color: #493ADB;
}
</style>
background-color css
<style>
a { background-color: #493ADB; }
a { background-color: rgb(73,58,219); }
div.DivClassName
{
background-color: #493ADB;
}
.BgClassName
{
background-color: #493ADB;
}
</style>
border-color css
<style>
span { border-color: #493ADB; }
span { border-color: rgb(73,58,219); }
td.TdClassName
{
border-color: #493ADB;
}
.TagClassName
{
border-color: #493ADB;
}
</style>