Shades of Neon Blue #493FF1
Tints of Neon Blue #493FF1
RGB
CMYK
RGB Variations
Color information
#493FF1 (or 0x493FF1) is known color: Neon Blue. HEX triplet: 49, 3F and F1. RGB value is (73,63,241). Sum of RGB (Red+Green+Blue) = 73+63+241=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #493FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FF1 is #B6C00E. Grayscale: #555555. Windows color (decimal): -11976719 or 15810377. OLE color: 15810377.
HSL color Cylindrical-coordinate representation of color #493FF1: hue angle of 243.37º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493FF1 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 63 | 241 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.05 |
| HSL | 243.37º | 0.86% | 0.6% | - |
| HSV(B) | 243.37º | 0.74% | 0.95% | - |
| XYZ | 20.4 | 11.32 | 84.33 | - |
| YUV | 86.28 | 215.31 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 241 | 0.70 | 0.74 | 0 | 0.05 | 243.37 | 0.86 | 0.6 |
| Hex | 49 | 3F | F1 | 46 | 4A | 0 | 5 | F3 | 56 | 3C |
| Octal | 111 | 77 | 361 | 106 | 112 | 0 | 5 | 363 | 126 | 74 |
| Binary | 1001001 | 111111 | 11110001 | 1000110 | 1001010 | 0 | 101 | 11110011 | 1010110 | 111100 |
Color Harmonies of #493FF1
Complementary color
Monochromatic Colors of #493FF1
Black with #493FF1
Text Example
Text Example
White with #493FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FF1; }
p { color: rgb(73,63,241); }
H1.HeaderClassName
{
color: #493FF1;
}
.AnyTagClassName
{
color: #493FF1;
}
</style>
background-color css
<style>
a { background-color: #493FF1; }
a { background-color: rgb(73,63,241); }
div.DivClassName
{
background-color: #493FF1;
}
.BgClassName
{
background-color: #493FF1;
}
</style>
border-color css
<style>
span { border-color: #493FF1; }
span { border-color: rgb(73,63,241); }
td.TdClassName
{
border-color: #493FF1;
}
.TagClassName
{
border-color: #493FF1;
}
</style>