Shades of Neon Blue #495CFB
Tints of Neon Blue #495CFB
RGB
CMYK
RGB Variations
Color information
#495CFB (or 0x495CFB) is known color: Neon Blue. HEX triplet: 49, 5C and FB. RGB value is (73,92,251). Sum of RGB (Red+Green+Blue) = 73+92+251=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #495CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CFB is #B6A304. Grayscale: #676767. Windows color (decimal): -11969285 or 16473161. OLE color: 16473161.
HSL color Cylindrical-coordinate representation of color #495CFB: hue angle of 233.6º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495CFB is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 92 | 251 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.02 |
| HSL | 233.6º | 0.96% | 0.64% | - |
| HSV(B) | 233.6º | 0.71% | 0.98% | - |
| XYZ | 23.99 | 16.04 | 93.1 | - |
| YUV | 104.45 | 210.71 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 251 | 0.71 | 0.63 | 0 | 0.02 | 233.6 | 0.96 | 0.64 |
| Hex | 49 | 5C | FB | 47 | 3F | 0 | 2 | EA | 60 | 40 |
| Octal | 111 | 134 | 373 | 107 | 77 | 0 | 2 | 352 | 140 | 100 |
| Binary | 1001001 | 1011100 | 11111011 | 1000111 | 111111 | 0 | 10 | 11101010 | 1100000 | 1000000 |
Color Harmonies of #495CFB
Complementary color
Monochromatic Colors of #495CFB
Black with #495CFB
Text Example
Text Example
White with #495CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CFB; }
p { color: rgb(73,92,251); }
H1.HeaderClassName
{
color: #495CFB;
}
.AnyTagClassName
{
color: #495CFB;
}
</style>
background-color css
<style>
a { background-color: #495CFB; }
a { background-color: rgb(73,92,251); }
div.DivClassName
{
background-color: #495CFB;
}
.BgClassName
{
background-color: #495CFB;
}
</style>
border-color css
<style>
span { border-color: #495CFB; }
span { border-color: rgb(73,92,251); }
td.TdClassName
{
border-color: #495CFB;
}
.TagClassName
{
border-color: #495CFB;
}
</style>