Shades of Neon Blue #495AF9
Tints of Neon Blue #495AF9
RGB
CMYK
RGB Variations
Color information
#495AF9 (or 0x495AF9) is known color: Neon Blue. HEX triplet: 49, 5A and F9. RGB value is (73,90,249). Sum of RGB (Red+Green+Blue) = 73+90+249=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #495AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495AF9 is #B6A506. Grayscale: #666666. Windows color (decimal): -11969799 or 16341577. OLE color: 16341577.
HSL color Cylindrical-coordinate representation of color #495AF9: hue angle of 234.2º 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 #495AF9 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 90 | 249 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.02 |
| HSL | 234.2º | 0.94% | 0.63% | - |
| HSV(B) | 234.2º | 0.71% | 0.98% | - |
| XYZ | 23.5 | 15.57 | 91.39 | - |
| YUV | 103.04 | 210.37 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 249 | 0.71 | 0.64 | 0 | 0.02 | 234.2 | 0.94 | 0.63 |
| Hex | 49 | 5A | F9 | 47 | 40 | 0 | 2 | EA | 5E | 3F |
| Octal | 111 | 132 | 371 | 107 | 100 | 0 | 2 | 352 | 136 | 77 |
| Binary | 1001001 | 1011010 | 11111001 | 1000111 | 1000000 | 0 | 10 | 11101010 | 1011110 | 111111 |
Color Harmonies of #495AF9
Complementary color
Monochromatic Colors of #495AF9
Black with #495AF9
Text Example
Text Example
White with #495AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AF9; }
p { color: rgb(73,90,249); }
H1.HeaderClassName
{
color: #495AF9;
}
.AnyTagClassName
{
color: #495AF9;
}
</style>
background-color css
<style>
a { background-color: #495AF9; }
a { background-color: rgb(73,90,249); }
div.DivClassName
{
background-color: #495AF9;
}
.BgClassName
{
background-color: #495AF9;
}
</style>
border-color css
<style>
span { border-color: #495AF9; }
span { border-color: rgb(73,90,249); }
td.TdClassName
{
border-color: #495AF9;
}
.TagClassName
{
border-color: #495AF9;
}
</style>