Shades of Neon Blue #494FFB
Tints of Neon Blue #494FFB
RGB
CMYK
RGB Variations
Color information
#494FFB (or 0x494FFB) is known color: Neon Blue. HEX triplet: 49, 4F and FB. RGB value is (73,79,251). Sum of RGB (Red+Green+Blue) = 73+79+251=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #494FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494FFB is #B6B004. Grayscale: #606060. Windows color (decimal): -11972613 or 16469833. OLE color: 16469833.
HSL color Cylindrical-coordinate representation of color #494FFB: hue angle of 237.98º 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 #494FFB is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 79 | 251 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.02 |
| HSL | 237.98º | 0.96% | 0.64% | - |
| HSV(B) | 237.98º | 0.71% | 0.98% | - |
| XYZ | 22.96 | 13.97 | 92.75 | - |
| YUV | 96.81 | 215.01 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 251 | 0.71 | 0.69 | 0 | 0.02 | 237.98 | 0.96 | 0.64 |
| Hex | 49 | 4F | FB | 47 | 45 | 0 | 2 | EE | 60 | 40 |
| Octal | 111 | 117 | 373 | 107 | 105 | 0 | 2 | 356 | 140 | 100 |
| Binary | 1001001 | 1001111 | 11111011 | 1000111 | 1000101 | 0 | 10 | 11101110 | 1100000 | 1000000 |
Color Harmonies of #494FFB
Complementary color
Monochromatic Colors of #494FFB
Black with #494FFB
Text Example
Text Example
White with #494FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494FFB; }
p { color: rgb(73,79,251); }
H1.HeaderClassName
{
color: #494FFB;
}
.AnyTagClassName
{
color: #494FFB;
}
</style>
background-color css
<style>
a { background-color: #494FFB; }
a { background-color: rgb(73,79,251); }
div.DivClassName
{
background-color: #494FFB;
}
.BgClassName
{
background-color: #494FFB;
}
</style>
border-color css
<style>
span { border-color: #494FFB; }
span { border-color: rgb(73,79,251); }
td.TdClassName
{
border-color: #494FFB;
}
.TagClassName
{
border-color: #494FFB;
}
</style>