Shades of Neon Blue #495FFD
Tints of Neon Blue #495FFD
RGB
CMYK
RGB Variations
Color information
#495FFD (or 0x495FFD) is known color: Neon Blue. HEX triplet: 49, 5F and FD. RGB value is (73,95,253). Sum of RGB (Red+Green+Blue) = 73+95+253=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #495FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495FFD is #B6A002. Grayscale: #696969. Windows color (decimal): -11968515 or 16605001. OLE color: 16605001.
HSL color Cylindrical-coordinate representation of color #495FFD: hue angle of 232.67º degrees, saturation: 0.98, 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 #495FFD is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 95 | 253 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.01 |
| HSL | 232.67º | 0.98% | 0.64% | - |
| HSV(B) | 232.67º | 0.71% | 0.99% | - |
| XYZ | 24.57 | 16.69 | 94.86 | - |
| YUV | 106.43 | 210.71 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 253 | 0.71 | 0.62 | 0 | 0.01 | 232.67 | 0.98 | 0.64 |
| Hex | 49 | 5F | FD | 47 | 3E | 0 | 1 | E9 | 62 | 40 |
| Octal | 111 | 137 | 375 | 107 | 76 | 0 | 1 | 351 | 142 | 100 |
| Binary | 1001001 | 1011111 | 11111101 | 1000111 | 111110 | 0 | 1 | 11101001 | 1100010 | 1000000 |
Color Harmonies of #495FFD
Complementary color
Monochromatic Colors of #495FFD
Black with #495FFD
Text Example
Text Example
White with #495FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FFD; }
p { color: rgb(73,95,253); }
H1.HeaderClassName
{
color: #495FFD;
}
.AnyTagClassName
{
color: #495FFD;
}
</style>
background-color css
<style>
a { background-color: #495FFD; }
a { background-color: rgb(73,95,253); }
div.DivClassName
{
background-color: #495FFD;
}
.BgClassName
{
background-color: #495FFD;
}
</style>
border-color css
<style>
span { border-color: #495FFD; }
span { border-color: rgb(73,95,253); }
td.TdClassName
{
border-color: #495FFD;
}
.TagClassName
{
border-color: #495FFD;
}
</style>