Shades of Neon Blue #4944FF
Tints of Neon Blue #4944FF
RGB
CMYK
RGB Variations
Color information
#4944FF (or 0x4944FF) is known color: Neon Blue. HEX triplet: 49, 44 and FF. RGB value is (73,68,255). Sum of RGB (Red+Green+Blue) = 73+68+255=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #4944FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4944FF is #B6BB00. Grayscale: #5A5A5A. Windows color (decimal): -11975425 or 16729161. OLE color: 16729161.
HSL color Cylindrical-coordinate representation of color #4944FF: hue angle of 241.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4944FF is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 68 | 255 | - |
| CMYK | 0.71 | 0.73 | 0 | 0 |
| HSL | 241.6º | 1% | 0.63% | - |
| HSV(B) | 241.6º | 0.73% | 1% | - |
| XYZ | 22.86 | 12.77 | 95.87 | - |
| YUV | 90.81 | 220.66 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 255 | 0.71 | 0.73 | 0 | 0 | 241.6 | 1 | 0.63 |
| Hex | 49 | 44 | FF | 47 | 49 | 0 | 0 | F2 | 64 | 3F |
| Octal | 111 | 104 | 377 | 107 | 111 | 0 | 0 | 362 | 144 | 77 |
| Binary | 1001001 | 1000100 | 11111111 | 1000111 | 1001001 | 0 | 0 | 11110010 | 1100100 | 111111 |
Color Harmonies of #4944FF
Complementary color
Monochromatic Colors of #4944FF
Black with #4944FF
Text Example
Text Example
White with #4944FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4944FF; }
p { color: rgb(73,68,255); }
H1.HeaderClassName
{
color: #4944FF;
}
.AnyTagClassName
{
color: #4944FF;
}
</style>
background-color css
<style>
a { background-color: #4944FF; }
a { background-color: rgb(73,68,255); }
div.DivClassName
{
background-color: #4944FF;
}
.BgClassName
{
background-color: #4944FF;
}
</style>
border-color css
<style>
span { border-color: #4944FF; }
span { border-color: rgb(73,68,255); }
td.TdClassName
{
border-color: #4944FF;
}
.TagClassName
{
border-color: #4944FF;
}
</style>