Shades of Neon Blue #494CFC
Tints of Neon Blue #494CFC
RGB
CMYK
RGB Variations
Color information
#494CFC (or 0x494CFC) is known color: Neon Blue. HEX triplet: 49, 4C and FC. RGB value is (73,76,252). Sum of RGB (Red+Green+Blue) = 73+76+252=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #494CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CFC is #B6B303. Grayscale: #5E5E5E. Windows color (decimal): -11973380 or 16534601. OLE color: 16534601.
HSL color Cylindrical-coordinate representation of color #494CFC: hue angle of 238.99º degrees, saturation: 0.97, 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 #494CFC is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 76 | 252 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.01 |
| HSL | 238.99º | 0.97% | 0.64% | - |
| HSV(B) | 238.99º | 0.71% | 0.99% | - |
| XYZ | 22.9 | 13.61 | 93.52 | - |
| YUV | 95.17 | 216.51 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 252 | 0.71 | 0.70 | 0 | 0.01 | 238.99 | 0.97 | 0.64 |
| Hex | 49 | 4C | FC | 47 | 46 | 0 | 1 | EF | 61 | 40 |
| Octal | 111 | 114 | 374 | 107 | 106 | 0 | 1 | 357 | 141 | 100 |
| Binary | 1001001 | 1001100 | 11111100 | 1000111 | 1000110 | 0 | 1 | 11101111 | 1100001 | 1000000 |
Color Harmonies of #494CFC
Complementary color
Monochromatic Colors of #494CFC
Black with #494CFC
Text Example
Text Example
White with #494CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CFC; }
p { color: rgb(73,76,252); }
H1.HeaderClassName
{
color: #494CFC;
}
.AnyTagClassName
{
color: #494CFC;
}
</style>
background-color css
<style>
a { background-color: #494CFC; }
a { background-color: rgb(73,76,252); }
div.DivClassName
{
background-color: #494CFC;
}
.BgClassName
{
background-color: #494CFC;
}
</style>
border-color css
<style>
span { border-color: #494CFC; }
span { border-color: rgb(73,76,252); }
td.TdClassName
{
border-color: #494CFC;
}
.TagClassName
{
border-color: #494CFC;
}
</style>