Shades of Neon Blue #495EFC
Tints of Neon Blue #495EFC
RGB
CMYK
RGB Variations
Color information
#495EFC (or 0x495EFC) is known color: Neon Blue. HEX triplet: 49, 5E and FC. RGB value is (73,94,252). Sum of RGB (Red+Green+Blue) = 73+94+252=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #495EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EFC is #B6A103. Grayscale: #696969. Windows color (decimal): -11968772 or 16539209. OLE color: 16539209.
HSL color Cylindrical-coordinate representation of color #495EFC: hue angle of 232.96º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495EFC is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 94 | 252 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.01 |
| HSL | 232.96º | 0.97% | 0.64% | - |
| HSV(B) | 232.96º | 0.71% | 0.99% | - |
| XYZ | 24.32 | 16.45 | 93.99 | - |
| YUV | 105.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 252 | 0.71 | 0.63 | 0 | 0.01 | 232.96 | 0.97 | 0.64 |
| Hex | 49 | 5E | FC | 47 | 3F | 0 | 1 | E9 | 61 | 40 |
| Octal | 111 | 136 | 374 | 107 | 77 | 0 | 1 | 351 | 141 | 100 |
| Binary | 1001001 | 1011110 | 11111100 | 1000111 | 111111 | 0 | 1 | 11101001 | 1100001 | 1000000 |
Color Harmonies of #495EFC
Complementary color
Monochromatic Colors of #495EFC
Black with #495EFC
Text Example
Text Example
White with #495EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495EFC; }
p { color: rgb(73,94,252); }
H1.HeaderClassName
{
color: #495EFC;
}
.AnyTagClassName
{
color: #495EFC;
}
</style>
background-color css
<style>
a { background-color: #495EFC; }
a { background-color: rgb(73,94,252); }
div.DivClassName
{
background-color: #495EFC;
}
.BgClassName
{
background-color: #495EFC;
}
</style>
border-color css
<style>
span { border-color: #495EFC; }
span { border-color: rgb(73,94,252); }
td.TdClassName
{
border-color: #495EFC;
}
.TagClassName
{
border-color: #495EFC;
}
</style>