Shades of Neon Blue #495BEF
Tints of Neon Blue #495BEF
RGB
CMYK
RGB Variations
Color information
#495BEF (or 0x495BEF) is known color: Neon Blue. HEX triplet: 49, 5B and EF. RGB value is (73,91,239). Sum of RGB (Red+Green+Blue) = 73+91+239=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #495BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BEF is #B6A410. Grayscale: #656565. Windows color (decimal): -11969553 or 15686473. OLE color: 15686473.
HSL color Cylindrical-coordinate representation of color #495BEF: hue angle of 233.49º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495BEF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 91 | 239 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.06 |
| HSL | 233.49º | 0.84% | 0.61% | - |
| HSV(B) | 233.49º | 0.69% | 0.94% | - |
| XYZ | 22.07 | 15.13 | 83.42 | - |
| YUV | 102.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 239 | 0.69 | 0.62 | 0 | 0.06 | 233.49 | 0.84 | 0.61 |
| Hex | 49 | 5B | EF | 45 | 3E | 0 | 6 | E9 | 54 | 3D |
| Octal | 111 | 133 | 357 | 105 | 76 | 0 | 6 | 351 | 124 | 75 |
| Binary | 1001001 | 1011011 | 11101111 | 1000101 | 111110 | 0 | 110 | 11101001 | 1010100 | 111101 |
Color Harmonies of #495BEF
Complementary color
Monochromatic Colors of #495BEF
Black with #495BEF
Text Example
Text Example
White with #495BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BEF; }
p { color: rgb(73,91,239); }
H1.HeaderClassName
{
color: #495BEF;
}
.AnyTagClassName
{
color: #495BEF;
}
</style>
background-color css
<style>
a { background-color: #495BEF; }
a { background-color: rgb(73,91,239); }
div.DivClassName
{
background-color: #495BEF;
}
.BgClassName
{
background-color: #495BEF;
}
</style>
border-color css
<style>
span { border-color: #495BEF; }
span { border-color: rgb(73,91,239); }
td.TdClassName
{
border-color: #495BEF;
}
.TagClassName
{
border-color: #495BEF;
}
</style>