Shades of Neon Blue #495CF8
Tints of Neon Blue #495CF8
RGB
CMYK
RGB Variations
Color information
#495CF8 (or 0x495CF8) is known color: Neon Blue. HEX triplet: 49, 5C and F8. RGB value is (73,92,248). Sum of RGB (Red+Green+Blue) = 73+92+248=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #495CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CF8 is #B6A307. Grayscale: #676767. Windows color (decimal): -11969288 or 16276553. OLE color: 16276553.
HSL color Cylindrical-coordinate representation of color #495CF8: hue angle of 233.49º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495CF8 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 92 | 248 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.03 |
| HSL | 233.49º | 0.93% | 0.63% | - |
| HSV(B) | 233.49º | 0.71% | 0.97% | - |
| XYZ | 23.52 | 15.85 | 90.63 | - |
| YUV | 104.1 | 209.21 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 248 | 0.71 | 0.63 | 0 | 0.03 | 233.49 | 0.93 | 0.63 |
| Hex | 49 | 5C | F8 | 47 | 3F | 0 | 3 | E9 | 5D | 3F |
| Octal | 111 | 134 | 370 | 107 | 77 | 0 | 3 | 351 | 135 | 77 |
| Binary | 1001001 | 1011100 | 11111000 | 1000111 | 111111 | 0 | 11 | 11101001 | 1011101 | 111111 |
Color Harmonies of #495CF8
Complementary color
Monochromatic Colors of #495CF8
Black with #495CF8
Text Example
Text Example
White with #495CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CF8; }
p { color: rgb(73,92,248); }
H1.HeaderClassName
{
color: #495CF8;
}
.AnyTagClassName
{
color: #495CF8;
}
</style>
background-color css
<style>
a { background-color: #495CF8; }
a { background-color: rgb(73,92,248); }
div.DivClassName
{
background-color: #495CF8;
}
.BgClassName
{
background-color: #495CF8;
}
</style>
border-color css
<style>
span { border-color: #495CF8; }
span { border-color: rgb(73,92,248); }
td.TdClassName
{
border-color: #495CF8;
}
.TagClassName
{
border-color: #495CF8;
}
</style>