Shades of Neon Blue #494EF5
Tints of Neon Blue #494EF5
RGB
CMYK
RGB Variations
Color information
#494EF5 (or 0x494EF5) is known color: Neon Blue. HEX triplet: 49, 4E and F5. RGB value is (73,78,245). Sum of RGB (Red+Green+Blue) = 73+78+245=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 245 (96.09% from 255 or 61.87% from 396); Max value from RGB is 245 - color contains mainly: blue. Hex color #494EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EF5 is #B6B10A. Grayscale: #5E5E5E. Windows color (decimal): -11972875 or 16076361. OLE color: 16076361.
HSL color Cylindrical-coordinate representation of color #494EF5: hue angle of 238.26º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494EF5 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 78 | 245 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.04 |
| HSL | 238.26º | 0.9% | 0.62% | - |
| HSV(B) | 238.26º | 0.7% | 0.96% | - |
| XYZ | 21.95 | 13.46 | 87.83 | - |
| YUV | 95.54 | 212.34 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 245 | 0.70 | 0.68 | 0 | 0.04 | 238.26 | 0.9 | 0.62 |
| Hex | 49 | 4E | F5 | 46 | 44 | 0 | 4 | EE | 5A | 3E |
| Octal | 111 | 116 | 365 | 106 | 104 | 0 | 4 | 356 | 132 | 76 |
| Binary | 1001001 | 1001110 | 11110101 | 1000110 | 1000100 | 0 | 100 | 11101110 | 1011010 | 111110 |
Color Harmonies of #494EF5
Complementary color
Monochromatic Colors of #494EF5
Black with #494EF5
Text Example
Text Example
White with #494EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EF5; }
p { color: rgb(73,78,245); }
H1.HeaderClassName
{
color: #494EF5;
}
.AnyTagClassName
{
color: #494EF5;
}
</style>
background-color css
<style>
a { background-color: #494EF5; }
a { background-color: rgb(73,78,245); }
div.DivClassName
{
background-color: #494EF5;
}
.BgClassName
{
background-color: #494EF5;
}
</style>
border-color css
<style>
span { border-color: #494EF5; }
span { border-color: rgb(73,78,245); }
td.TdClassName
{
border-color: #494EF5;
}
.TagClassName
{
border-color: #494EF5;
}
</style>