Shades of Neon Blue #493FE7
Tints of Neon Blue #493FE7
RGB
CMYK
RGB Variations
Color information
#493FE7 (or 0x493FE7) is known color: Neon Blue. HEX triplet: 49, 3F and E7. RGB value is (73,63,231). Sum of RGB (Red+Green+Blue) = 73+63+231=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #493FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FE7 is #B6C018. Grayscale: #545454. Windows color (decimal): -11976729 or 15155017. OLE color: 15155017.
HSL color Cylindrical-coordinate representation of color #493FE7: hue angle of 243.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493FE7 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 63 | 231 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.09 |
| HSL | 243.57º | 0.78% | 0.58% | - |
| HSV(B) | 243.57º | 0.73% | 0.91% | - |
| XYZ | 18.95 | 10.74 | 76.68 | - |
| YUV | 85.14 | 210.31 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 231 | 0.68 | 0.73 | 0 | 0.09 | 243.57 | 0.78 | 0.58 |
| Hex | 49 | 3F | E7 | 44 | 49 | 0 | 9 | F4 | 4E | 3A |
| Octal | 111 | 77 | 347 | 104 | 111 | 0 | 11 | 364 | 116 | 72 |
| Binary | 1001001 | 111111 | 11100111 | 1000100 | 1001001 | 0 | 1001 | 11110100 | 1001110 | 111010 |
Color Harmonies of #493FE7
Complementary color
Monochromatic Colors of #493FE7
Black with #493FE7
Text Example
Text Example
White with #493FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FE7; }
p { color: rgb(73,63,231); }
H1.HeaderClassName
{
color: #493FE7;
}
.AnyTagClassName
{
color: #493FE7;
}
</style>
background-color css
<style>
a { background-color: #493FE7; }
a { background-color: rgb(73,63,231); }
div.DivClassName
{
background-color: #493FE7;
}
.BgClassName
{
background-color: #493FE7;
}
</style>
border-color css
<style>
span { border-color: #493FE7; }
span { border-color: rgb(73,63,231); }
td.TdClassName
{
border-color: #493FE7;
}
.TagClassName
{
border-color: #493FE7;
}
</style>