Shades of Neon Blue #4944FE
Tints of Neon Blue #4944FE
RGB
CMYK
RGB Variations
Color information
#4944FE (or 0x4944FE) is known color: Neon Blue. HEX triplet: 49, 44 and FE. RGB value is (73,68,254). Sum of RGB (Red+Green+Blue) = 73+68+254=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #4944FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4944FE is #B6BB01. Grayscale: #595959. Windows color (decimal): -11975426 or 16663625. OLE color: 16663625.
HSL color Cylindrical-coordinate representation of color #4944FE: hue angle of 241.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4944FE is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 68 | 254 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.00 |
| HSL | 241.61º | 0.99% | 0.63% | - |
| HSV(B) | 241.61º | 0.73% | 1% | - |
| XYZ | 22.7 | 12.71 | 95.02 | - |
| YUV | 90.7 | 220.16 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 254 | 0.71 | 0.73 | 0 | 0.00 | 241.61 | 0.99 | 0.63 |
| Hex | 49 | 44 | FE | 47 | 49 | 0 | 0 | F2 | 63 | 3F |
| Octal | 111 | 104 | 376 | 107 | 111 | 0 | 0 | 362 | 143 | 77 |
| Binary | 1001001 | 1000100 | 11111110 | 1000111 | 1001001 | 0 | 0 | 11110010 | 1100011 | 111111 |
Color Harmonies of #4944FE
Complementary color
Monochromatic Colors of #4944FE
Black with #4944FE
Text Example
Text Example
White with #4944FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4944FE; }
p { color: rgb(73,68,254); }
H1.HeaderClassName
{
color: #4944FE;
}
.AnyTagClassName
{
color: #4944FE;
}
</style>
background-color css
<style>
a { background-color: #4944FE; }
a { background-color: rgb(73,68,254); }
div.DivClassName
{
background-color: #4944FE;
}
.BgClassName
{
background-color: #4944FE;
}
</style>
border-color css
<style>
span { border-color: #4944FE; }
span { border-color: rgb(73,68,254); }
td.TdClassName
{
border-color: #4944FE;
}
.TagClassName
{
border-color: #4944FE;
}
</style>