Shades of Neon Blue #493BDD
Tints of Neon Blue #493BDD
RGB
CMYK
RGB Variations
Color information
#493BDD (or 0x493BDD) is known color: Neon Blue. HEX triplet: 49, 3B and DD. RGB value is (73,59,221). Sum of RGB (Red+Green+Blue) = 73+59+221=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #493BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BDD is #B6C422. Grayscale: #515151. Windows color (decimal): -11977763 or 14498633. OLE color: 14498633.
HSL color Cylindrical-coordinate representation of color #493BDD: hue angle of 245.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493BDD is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 59 | 221 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.13 |
| HSL | 245.19º | 0.7% | 0.55% | - |
| HSV(B) | 245.19º | 0.73% | 0.87% | - |
| XYZ | 17.36 | 9.76 | 69.38 | - |
| YUV | 81.65 | 206.64 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 221 | 0.67 | 0.73 | 0 | 0.13 | 245.19 | 0.7 | 0.55 |
| Hex | 49 | 3B | DD | 43 | 49 | 0 | D | F5 | 46 | 37 |
| Octal | 111 | 73 | 335 | 103 | 111 | 0 | 15 | 365 | 106 | 67 |
| Binary | 1001001 | 111011 | 11011101 | 1000011 | 1001001 | 0 | 1101 | 11110101 | 1000110 | 110111 |
Color Harmonies of #493BDD
Complementary color
Monochromatic Colors of #493BDD
Black with #493BDD
Text Example
Text Example
White with #493BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BDD; }
p { color: rgb(73,59,221); }
H1.HeaderClassName
{
color: #493BDD;
}
.AnyTagClassName
{
color: #493BDD;
}
</style>
background-color css
<style>
a { background-color: #493BDD; }
a { background-color: rgb(73,59,221); }
div.DivClassName
{
background-color: #493BDD;
}
.BgClassName
{
background-color: #493BDD;
}
</style>
border-color css
<style>
span { border-color: #493BDD; }
span { border-color: rgb(73,59,221); }
td.TdClassName
{
border-color: #493BDD;
}
.TagClassName
{
border-color: #493BDD;
}
</style>