Shades of Neon Blue #493CEC
Tints of Neon Blue #493CEC
RGB
CMYK
RGB Variations
Color information
#493CEC (or 0x493CEC) is known color: Neon Blue. HEX triplet: 49, 3C and EC. RGB value is (73,60,236). Sum of RGB (Red+Green+Blue) = 73+60+236=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #493CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CEC is #B6C313. Grayscale: #535353. Windows color (decimal): -11977492 or 15481929. OLE color: 15481929.
HSL color Cylindrical-coordinate representation of color #493CEC: hue angle of 244.43º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493CEC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 60 | 236 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.07 |
| HSL | 244.43º | 0.82% | 0.58% | - |
| HSV(B) | 244.43º | 0.75% | 0.93% | - |
| XYZ | 19.5 | 10.7 | 80.4 | - |
| YUV | 83.95 | 213.81 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 236 | 0.69 | 0.75 | 0 | 0.07 | 244.43 | 0.82 | 0.58 |
| Hex | 49 | 3C | EC | 45 | 4B | 0 | 7 | F4 | 52 | 3A |
| Octal | 111 | 74 | 354 | 105 | 113 | 0 | 7 | 364 | 122 | 72 |
| Binary | 1001001 | 111100 | 11101100 | 1000101 | 1001011 | 0 | 111 | 11110100 | 1010010 | 111010 |
Color Harmonies of #493CEC
Complementary color
Monochromatic Colors of #493CEC
Black with #493CEC
Text Example
Text Example
White with #493CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CEC; }
p { color: rgb(73,60,236); }
H1.HeaderClassName
{
color: #493CEC;
}
.AnyTagClassName
{
color: #493CEC;
}
</style>
background-color css
<style>
a { background-color: #493CEC; }
a { background-color: rgb(73,60,236); }
div.DivClassName
{
background-color: #493CEC;
}
.BgClassName
{
background-color: #493CEC;
}
</style>
border-color css
<style>
span { border-color: #493CEC; }
span { border-color: rgb(73,60,236); }
td.TdClassName
{
border-color: #493CEC;
}
.TagClassName
{
border-color: #493CEC;
}
</style>