Shades of Neon Blue #493FDD
Tints of Neon Blue #493FDD
RGB
CMYK
RGB Variations
Color information
#493FDD (or 0x493FDD) is known color: Neon Blue. HEX triplet: 49, 3F and DD. RGB value is (73,63,221). Sum of RGB (Red+Green+Blue) = 73+63+221=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #493FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FDD is #B6C022. Grayscale: #535353. Windows color (decimal): -11976739 or 14499657. OLE color: 14499657.
HSL color Cylindrical-coordinate representation of color #493FDD: hue angle of 243.8º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493FDD is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 63 | 221 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.13 |
| HSL | 243.8º | 0.7% | 0.56% | - |
| HSV(B) | 243.8º | 0.71% | 0.87% | - |
| XYZ | 17.58 | 10.19 | 69.45 | - |
| YUV | 84 | 205.31 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 221 | 0.67 | 0.71 | 0 | 0.13 | 243.8 | 0.7 | 0.56 |
| Hex | 49 | 3F | DD | 43 | 47 | 0 | D | F4 | 46 | 38 |
| Octal | 111 | 77 | 335 | 103 | 107 | 0 | 15 | 364 | 106 | 70 |
| Binary | 1001001 | 111111 | 11011101 | 1000011 | 1000111 | 0 | 1101 | 11110100 | 1000110 | 111000 |
Color Harmonies of #493FDD
Complementary color
Monochromatic Colors of #493FDD
Black with #493FDD
Text Example
Text Example
White with #493FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FDD; }
p { color: rgb(73,63,221); }
H1.HeaderClassName
{
color: #493FDD;
}
.AnyTagClassName
{
color: #493FDD;
}
</style>
background-color css
<style>
a { background-color: #493FDD; }
a { background-color: rgb(73,63,221); }
div.DivClassName
{
background-color: #493FDD;
}
.BgClassName
{
background-color: #493FDD;
}
</style>
border-color css
<style>
span { border-color: #493FDD; }
span { border-color: rgb(73,63,221); }
td.TdClassName
{
border-color: #493FDD;
}
.TagClassName
{
border-color: #493FDD;
}
</style>