Shades of Neon Blue #495BFA
Tints of Neon Blue #495BFA
RGB
CMYK
RGB Variations
Color information
#495BFA (or 0x495BFA) is known color: Neon Blue. HEX triplet: 49, 5B and FA. RGB value is (73,91,250). Sum of RGB (Red+Green+Blue) = 73+91+250=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #495BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BFA is #B6A405. Grayscale: #676767. Windows color (decimal): -11969542 or 16407369. OLE color: 16407369.
HSL color Cylindrical-coordinate representation of color #495BFA: hue angle of 233.9º degrees, saturation: 0.95, 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 #495BFA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 91 | 250 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.02 |
| HSL | 233.9º | 0.95% | 0.63% | - |
| HSV(B) | 233.9º | 0.71% | 0.98% | - |
| XYZ | 23.74 | 15.8 | 92.24 | - |
| YUV | 103.74 | 210.54 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 250 | 0.71 | 0.64 | 0 | 0.02 | 233.9 | 0.95 | 0.63 |
| Hex | 49 | 5B | FA | 47 | 40 | 0 | 2 | EA | 5F | 3F |
| Octal | 111 | 133 | 372 | 107 | 100 | 0 | 2 | 352 | 137 | 77 |
| Binary | 1001001 | 1011011 | 11111010 | 1000111 | 1000000 | 0 | 10 | 11101010 | 1011111 | 111111 |
Color Harmonies of #495BFA
Complementary color
Monochromatic Colors of #495BFA
Black with #495BFA
Text Example
Text Example
White with #495BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BFA; }
p { color: rgb(73,91,250); }
H1.HeaderClassName
{
color: #495BFA;
}
.AnyTagClassName
{
color: #495BFA;
}
</style>
background-color css
<style>
a { background-color: #495BFA; }
a { background-color: rgb(73,91,250); }
div.DivClassName
{
background-color: #495BFA;
}
.BgClassName
{
background-color: #495BFA;
}
</style>
border-color css
<style>
span { border-color: #495BFA; }
span { border-color: rgb(73,91,250); }
td.TdClassName
{
border-color: #495BFA;
}
.TagClassName
{
border-color: #495BFA;
}
</style>