Shades of Neon Blue #494EF1
Tints of Neon Blue #494EF1
RGB
CMYK
RGB Variations
Color information
#494EF1 (or 0x494EF1) is known color: Neon Blue. HEX triplet: 49, 4E and F1. RGB value is (73,78,241). Sum of RGB (Red+Green+Blue) = 73+78+241=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #494EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EF1 is #B6B10E. Grayscale: #5E5E5E. Windows color (decimal): -11972879 or 15814217. OLE color: 15814217.
HSL color Cylindrical-coordinate representation of color #494EF1: hue angle of 238.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494EF1 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 78 | 241 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.05 |
| HSL | 238.21º | 0.86% | 0.62% | - |
| HSV(B) | 238.21º | 0.7% | 0.95% | - |
| XYZ | 21.35 | 13.22 | 84.64 | - |
| YUV | 95.09 | 210.34 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 241 | 0.70 | 0.68 | 0 | 0.05 | 238.21 | 0.86 | 0.62 |
| Hex | 49 | 4E | F1 | 46 | 44 | 0 | 5 | EE | 56 | 3E |
| Octal | 111 | 116 | 361 | 106 | 104 | 0 | 5 | 356 | 126 | 76 |
| Binary | 1001001 | 1001110 | 11110001 | 1000110 | 1000100 | 0 | 101 | 11101110 | 1010110 | 111110 |
Color Harmonies of #494EF1
Complementary color
Monochromatic Colors of #494EF1
Black with #494EF1
Text Example
Text Example
White with #494EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EF1; }
p { color: rgb(73,78,241); }
H1.HeaderClassName
{
color: #494EF1;
}
.AnyTagClassName
{
color: #494EF1;
}
</style>
background-color css
<style>
a { background-color: #494EF1; }
a { background-color: rgb(73,78,241); }
div.DivClassName
{
background-color: #494EF1;
}
.BgClassName
{
background-color: #494EF1;
}
</style>
border-color css
<style>
span { border-color: #494EF1; }
span { border-color: rgb(73,78,241); }
td.TdClassName
{
border-color: #494EF1;
}
.TagClassName
{
border-color: #494EF1;
}
</style>