Shades of Neon Blue #4948FE
Tints of Neon Blue #4948FE
RGB
CMYK
RGB Variations
Color information
#4948FE (or 0x4948FE) is known color: Neon Blue. HEX triplet: 49, 48 and FE. RGB value is (73,72,254). Sum of RGB (Red+Green+Blue) = 73+72+254=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #4948FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4948FE is #B6B701. Grayscale: #5C5C5C. Windows color (decimal): -11974402 or 16664649. OLE color: 16664649.
HSL color Cylindrical-coordinate representation of color #4948FE: hue angle of 240.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4948FE is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 72 | 254 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.00 |
| HSL | 240.33º | 0.99% | 0.64% | - |
| HSV(B) | 240.33º | 0.72% | 1% | - |
| XYZ | 22.95 | 13.21 | 95.11 | - |
| YUV | 93.05 | 218.83 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 254 | 0.71 | 0.72 | 0 | 0.00 | 240.33 | 0.99 | 0.64 |
| Hex | 49 | 48 | FE | 47 | 48 | 0 | 0 | F0 | 63 | 40 |
| Octal | 111 | 110 | 376 | 107 | 110 | 0 | 0 | 360 | 143 | 100 |
| Binary | 1001001 | 1001000 | 11111110 | 1000111 | 1001000 | 0 | 0 | 11110000 | 1100011 | 1000000 |
Color Harmonies of #4948FE
Complementary color
Monochromatic Colors of #4948FE
Black with #4948FE
Text Example
Text Example
White with #4948FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4948FE; }
p { color: rgb(73,72,254); }
H1.HeaderClassName
{
color: #4948FE;
}
.AnyTagClassName
{
color: #4948FE;
}
</style>
background-color css
<style>
a { background-color: #4948FE; }
a { background-color: rgb(73,72,254); }
div.DivClassName
{
background-color: #4948FE;
}
.BgClassName
{
background-color: #4948FE;
}
</style>
border-color css
<style>
span { border-color: #4948FE; }
span { border-color: rgb(73,72,254); }
td.TdClassName
{
border-color: #4948FE;
}
.TagClassName
{
border-color: #4948FE;
}
</style>