Shades of Neon Blue #494EF9
Tints of Neon Blue #494EF9
RGB
CMYK
RGB Variations
Color information
#494EF9 (or 0x494EF9) is known color: Neon Blue. HEX triplet: 49, 4E and F9. RGB value is (73,78,249). Sum of RGB (Red+Green+Blue) = 73+78+249=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #494EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EF9 is #B6B106. Grayscale: #5F5F5F. Windows color (decimal): -11972871 or 16338505. OLE color: 16338505.
HSL color Cylindrical-coordinate representation of color #494EF9: hue angle of 238.3º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494EF9 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 78 | 249 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.02 |
| HSL | 238.3º | 0.94% | 0.63% | - |
| HSV(B) | 238.3º | 0.71% | 0.98% | - |
| XYZ | 22.57 | 13.7 | 91.08 | - |
| YUV | 96 | 214.34 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 249 | 0.71 | 0.69 | 0 | 0.02 | 238.3 | 0.94 | 0.63 |
| Hex | 49 | 4E | F9 | 47 | 45 | 0 | 2 | EE | 5E | 3F |
| Octal | 111 | 116 | 371 | 107 | 105 | 0 | 2 | 356 | 136 | 77 |
| Binary | 1001001 | 1001110 | 11111001 | 1000111 | 1000101 | 0 | 10 | 11101110 | 1011110 | 111111 |
Color Harmonies of #494EF9
Complementary color
Monochromatic Colors of #494EF9
Black with #494EF9
Text Example
Text Example
White with #494EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EF9; }
p { color: rgb(73,78,249); }
H1.HeaderClassName
{
color: #494EF9;
}
.AnyTagClassName
{
color: #494EF9;
}
</style>
background-color css
<style>
a { background-color: #494EF9; }
a { background-color: rgb(73,78,249); }
div.DivClassName
{
background-color: #494EF9;
}
.BgClassName
{
background-color: #494EF9;
}
</style>
border-color css
<style>
span { border-color: #494EF9; }
span { border-color: rgb(73,78,249); }
td.TdClassName
{
border-color: #494EF9;
}
.TagClassName
{
border-color: #494EF9;
}
</style>