Shades of Neon Blue #4954FA
Tints of Neon Blue #4954FA
RGB
CMYK
RGB Variations
Color information
#4954FA (or 0x4954FA) is known color: Neon Blue. HEX triplet: 49, 54 and FA. RGB value is (73,84,250). Sum of RGB (Red+Green+Blue) = 73+84+250=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #4954FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4954FA is #B6AB05. Grayscale: #626262. Windows color (decimal): -11971334 or 16405577. OLE color: 16405577.
HSL color Cylindrical-coordinate representation of color #4954FA: hue angle of 236.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4954FA is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 84 | 250 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.02 |
| HSL | 236.27º | 0.95% | 0.63% | - |
| HSV(B) | 236.27º | 0.71% | 0.98% | - |
| XYZ | 23.17 | 14.66 | 92.05 | - |
| YUV | 99.64 | 212.86 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 250 | 0.71 | 0.66 | 0 | 0.02 | 236.27 | 0.95 | 0.63 |
| Hex | 49 | 54 | FA | 47 | 42 | 0 | 2 | EC | 5F | 3F |
| Octal | 111 | 124 | 372 | 107 | 102 | 0 | 2 | 354 | 137 | 77 |
| Binary | 1001001 | 1010100 | 11111010 | 1000111 | 1000010 | 0 | 10 | 11101100 | 1011111 | 111111 |
Color Harmonies of #4954FA
Complementary color
Monochromatic Colors of #4954FA
Black with #4954FA
Text Example
Text Example
White with #4954FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4954FA; }
p { color: rgb(73,84,250); }
H1.HeaderClassName
{
color: #4954FA;
}
.AnyTagClassName
{
color: #4954FA;
}
</style>
background-color css
<style>
a { background-color: #4954FA; }
a { background-color: rgb(73,84,250); }
div.DivClassName
{
background-color: #4954FA;
}
.BgClassName
{
background-color: #4954FA;
}
</style>
border-color css
<style>
span { border-color: #4954FA; }
span { border-color: rgb(73,84,250); }
td.TdClassName
{
border-color: #4954FA;
}
.TagClassName
{
border-color: #4954FA;
}
</style>