Shades of Neon Blue #493FEC
Tints of Neon Blue #493FEC
RGB
CMYK
RGB Variations
Color information
#493FEC (or 0x493FEC) is known color: Neon Blue. HEX triplet: 49, 3F and EC. RGB value is (73,63,236). Sum of RGB (Red+Green+Blue) = 73+63+236=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #493FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FEC is #B6C013. Grayscale: #555555. Windows color (decimal): -11976724 or 15482697. OLE color: 15482697.
HSL color Cylindrical-coordinate representation of color #493FEC: hue angle of 243.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493FEC is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 63 | 236 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.07 |
| HSL | 243.47º | 0.82% | 0.59% | - |
| HSV(B) | 243.47º | 0.73% | 0.93% | - |
| XYZ | 19.67 | 11.03 | 80.45 | - |
| YUV | 85.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 236 | 0.69 | 0.73 | 0 | 0.07 | 243.47 | 0.82 | 0.59 |
| Hex | 49 | 3F | EC | 45 | 49 | 0 | 7 | F3 | 52 | 3B |
| Octal | 111 | 77 | 354 | 105 | 111 | 0 | 7 | 363 | 122 | 73 |
| Binary | 1001001 | 111111 | 11101100 | 1000101 | 1001001 | 0 | 111 | 11110011 | 1010010 | 111011 |
Color Harmonies of #493FEC
Complementary color
Monochromatic Colors of #493FEC
Black with #493FEC
Text Example
Text Example
White with #493FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FEC; }
p { color: rgb(73,63,236); }
H1.HeaderClassName
{
color: #493FEC;
}
.AnyTagClassName
{
color: #493FEC;
}
</style>
background-color css
<style>
a { background-color: #493FEC; }
a { background-color: rgb(73,63,236); }
div.DivClassName
{
background-color: #493FEC;
}
.BgClassName
{
background-color: #493FEC;
}
</style>
border-color css
<style>
span { border-color: #493FEC; }
span { border-color: rgb(73,63,236); }
td.TdClassName
{
border-color: #493FEC;
}
.TagClassName
{
border-color: #493FEC;
}
</style>