Shades of Neon Blue #495CFF
Tints of Neon Blue #495CFF
RGB
CMYK
RGB Variations
Color information
#495CFF (or 0x495CFF) is known color: Neon Blue. HEX triplet: 49, 5C and FF. RGB value is (73,92,255). Sum of RGB (Red+Green+Blue) = 73+92+255=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #495CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CFF is #B6A300. Grayscale: #686868. Windows color (decimal): -11969281 or 16735305. OLE color: 16735305.
HSL color Cylindrical-coordinate representation of color #495CFF: hue angle of 233.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495CFF is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 92 | 255 | - |
| CMYK | 0.71 | 0.64 | 0 | 0 |
| HSL | 233.74º | 1% | 0.64% | - |
| HSV(B) | 233.74º | 0.71% | 1% | - |
| XYZ | 24.62 | 16.29 | 96.45 | - |
| YUV | 104.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 255 | 0.71 | 0.64 | 0 | 0 | 233.74 | 1 | 0.64 |
| Hex | 49 | 5C | FF | 47 | 40 | 0 | 0 | EA | 64 | 40 |
| Octal | 111 | 134 | 377 | 107 | 100 | 0 | 0 | 352 | 144 | 100 |
| Binary | 1001001 | 1011100 | 11111111 | 1000111 | 1000000 | 0 | 0 | 11101010 | 1100100 | 1000000 |
Color Harmonies of #495CFF
Complementary color
Monochromatic Colors of #495CFF
Black with #495CFF
Text Example
Text Example
White with #495CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CFF; }
p { color: rgb(73,92,255); }
H1.HeaderClassName
{
color: #495CFF;
}
.AnyTagClassName
{
color: #495CFF;
}
</style>
background-color css
<style>
a { background-color: #495CFF; }
a { background-color: rgb(73,92,255); }
div.DivClassName
{
background-color: #495CFF;
}
.BgClassName
{
background-color: #495CFF;
}
</style>
border-color css
<style>
span { border-color: #495CFF; }
span { border-color: rgb(73,92,255); }
td.TdClassName
{
border-color: #495CFF;
}
.TagClassName
{
border-color: #495CFF;
}
</style>