Shades of Neon Blue #493CDD
Tints of Neon Blue #493CDD
RGB
CMYK
RGB Variations
Color information
#493CDD (or 0x493CDD) is known color: Neon Blue. HEX triplet: 49, 3C and DD. RGB value is (73,60,221). Sum of RGB (Red+Green+Blue) = 73+60+221=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #493CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CDD is #B6C322. Grayscale: #515151. Windows color (decimal): -11977507 or 14498889. OLE color: 14498889.
HSL color Cylindrical-coordinate representation of color #493CDD: hue angle of 244.84º 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 #493CDD is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 60 | 221 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.13 |
| HSL | 244.84º | 0.7% | 0.55% | - |
| HSV(B) | 244.84º | 0.73% | 0.87% | - |
| XYZ | 17.41 | 9.87 | 69.39 | - |
| YUV | 82.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 221 | 0.67 | 0.73 | 0 | 0.13 | 244.84 | 0.7 | 0.55 |
| Hex | 49 | 3C | DD | 43 | 49 | 0 | D | F5 | 46 | 37 |
| Octal | 111 | 74 | 335 | 103 | 111 | 0 | 15 | 365 | 106 | 67 |
| Binary | 1001001 | 111100 | 11011101 | 1000011 | 1001001 | 0 | 1101 | 11110101 | 1000110 | 110111 |
Color Harmonies of #493CDD
Complementary color
Monochromatic Colors of #493CDD
Black with #493CDD
Text Example
Text Example
White with #493CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CDD; }
p { color: rgb(73,60,221); }
H1.HeaderClassName
{
color: #493CDD;
}
.AnyTagClassName
{
color: #493CDD;
}
</style>
background-color css
<style>
a { background-color: #493CDD; }
a { background-color: rgb(73,60,221); }
div.DivClassName
{
background-color: #493CDD;
}
.BgClassName
{
background-color: #493CDD;
}
</style>
border-color css
<style>
span { border-color: #493CDD; }
span { border-color: rgb(73,60,221); }
td.TdClassName
{
border-color: #493CDD;
}
.TagClassName
{
border-color: #493CDD;
}
</style>