Shades of Neon Blue #495AF7
Tints of Neon Blue #495AF7
RGB
CMYK
RGB Variations
Color information
#495AF7 (or 0x495AF7) is known color: Neon Blue. HEX triplet: 49, 5A and F7. RGB value is (73,90,247). Sum of RGB (Red+Green+Blue) = 73+90+247=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 247 (96.88% from 255 or 60.24% from 410); Max value from RGB is 247 - color contains mainly: blue. Hex color #495AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495AF7 is #B6A508. Grayscale: #666666. Windows color (decimal): -11969801 or 16210505. OLE color: 16210505.
HSL color Cylindrical-coordinate representation of color #495AF7: hue angle of 234.14º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495AF7 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 90 | 247 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.03 |
| HSL | 234.14º | 0.92% | 0.63% | - |
| HSV(B) | 234.14º | 0.7% | 0.97% | - |
| XYZ | 23.19 | 15.44 | 89.75 | - |
| YUV | 102.82 | 209.37 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 247 | 0.70 | 0.64 | 0 | 0.03 | 234.14 | 0.92 | 0.63 |
| Hex | 49 | 5A | F7 | 46 | 40 | 0 | 3 | EA | 5C | 3F |
| Octal | 111 | 132 | 367 | 106 | 100 | 0 | 3 | 352 | 134 | 77 |
| Binary | 1001001 | 1011010 | 11110111 | 1000110 | 1000000 | 0 | 11 | 11101010 | 1011100 | 111111 |
Color Harmonies of #495AF7
Complementary color
Monochromatic Colors of #495AF7
Black with #495AF7
Text Example
Text Example
White with #495AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AF7; }
p { color: rgb(73,90,247); }
H1.HeaderClassName
{
color: #495AF7;
}
.AnyTagClassName
{
color: #495AF7;
}
</style>
background-color css
<style>
a { background-color: #495AF7; }
a { background-color: rgb(73,90,247); }
div.DivClassName
{
background-color: #495AF7;
}
.BgClassName
{
background-color: #495AF7;
}
</style>
border-color css
<style>
span { border-color: #495AF7; }
span { border-color: rgb(73,90,247); }
td.TdClassName
{
border-color: #495AF7;
}
.TagClassName
{
border-color: #495AF7;
}
</style>