Shades of Neon Blue #4939FF
Tints of Neon Blue #4939FF
RGB
CMYK
RGB Variations
Color information
#4939FF (or 0x4939FF) is known color: Neon Blue. HEX triplet: 49, 39 and FF. RGB value is (73,57,255). Sum of RGB (Red+Green+Blue) = 73+57+255=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #4939FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4939FF is #B6C600. Grayscale: #535353. Windows color (decimal): -11978241 or 16726345. OLE color: 16726345.
HSL color Cylindrical-coordinate representation of color #4939FF: hue angle of 244.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4939FF is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 57 | 255 | - |
| CMYK | 0.71 | 0.78 | 0 | 0 |
| HSL | 244.85º | 1% | 0.61% | - |
| HSV(B) | 244.85º | 0.78% | 1% | - |
| XYZ | 22.26 | 11.56 | 95.67 | - |
| YUV | 84.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 255 | 0.71 | 0.78 | 0 | 0 | 244.85 | 1 | 0.61 |
| Hex | 49 | 39 | FF | 47 | 4E | 0 | 0 | F5 | 64 | 3D |
| Octal | 111 | 71 | 377 | 107 | 116 | 0 | 0 | 365 | 144 | 75 |
| Binary | 1001001 | 111001 | 11111111 | 1000111 | 1001110 | 0 | 0 | 11110101 | 1100100 | 111101 |
Color Harmonies of #4939FF
Complementary color
Monochromatic Colors of #4939FF
Black with #4939FF
Text Example
Text Example
White with #4939FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4939FF; }
p { color: rgb(73,57,255); }
H1.HeaderClassName
{
color: #4939FF;
}
.AnyTagClassName
{
color: #4939FF;
}
</style>
background-color css
<style>
a { background-color: #4939FF; }
a { background-color: rgb(73,57,255); }
div.DivClassName
{
background-color: #4939FF;
}
.BgClassName
{
background-color: #4939FF;
}
</style>
border-color css
<style>
span { border-color: #4939FF; }
span { border-color: rgb(73,57,255); }
td.TdClassName
{
border-color: #4939FF;
}
.TagClassName
{
border-color: #4939FF;
}
</style>