Shades of Neon Blue #495FFF
Tints of Neon Blue #495FFF
RGB
CMYK
RGB Variations
Color information
#495FFF (or 0x495FFF) is known color: Neon Blue. HEX triplet: 49, 5F and FF. RGB value is (73,95,255). Sum of RGB (Red+Green+Blue) = 73+95+255=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #495FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495FFF is #B6A000. Grayscale: #696969. Windows color (decimal): -11968513 or 16736073. OLE color: 16736073.
HSL color Cylindrical-coordinate representation of color #495FFF: hue angle of 232.75º 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 #495FFF is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 95 | 255 | - |
| CMYK | 0.71 | 0.63 | 0 | 0 |
| HSL | 232.75º | 1% | 0.64% | - |
| HSV(B) | 232.75º | 0.71% | 1% | - |
| XYZ | 24.89 | 16.82 | 96.54 | - |
| YUV | 106.66 | 211.71 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 255 | 0.71 | 0.63 | 0 | 0 | 232.75 | 1 | 0.64 |
| Hex | 49 | 5F | FF | 47 | 3F | 0 | 0 | E9 | 64 | 40 |
| Octal | 111 | 137 | 377 | 107 | 77 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1001001 | 1011111 | 11111111 | 1000111 | 111111 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #495FFF
Complementary color
Monochromatic Colors of #495FFF
Black with #495FFF
Text Example
Text Example
White with #495FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FFF; }
p { color: rgb(73,95,255); }
H1.HeaderClassName
{
color: #495FFF;
}
.AnyTagClassName
{
color: #495FFF;
}
</style>
background-color css
<style>
a { background-color: #495FFF; }
a { background-color: rgb(73,95,255); }
div.DivClassName
{
background-color: #495FFF;
}
.BgClassName
{
background-color: #495FFF;
}
</style>
border-color css
<style>
span { border-color: #495FFF; }
span { border-color: rgb(73,95,255); }
td.TdClassName
{
border-color: #495FFF;
}
.TagClassName
{
border-color: #495FFF;
}
</style>