Shades of Neon Blue #4849FF
Tints of Neon Blue #4849FF
RGB
CMYK
RGB Variations
Color information
#4849FF (or 0x4849FF) is known color: Neon Blue. HEX triplet: 48, 49 and FF. RGB value is (72,73,255). Sum of RGB (Red+Green+Blue) = 72+73+255=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #4849FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4849FF is #B7B600. Grayscale: #5C5C5C. Windows color (decimal): -12039681 or 16730440. OLE color: 16730440.
HSL color Cylindrical-coordinate representation of color #4849FF: hue angle of 239.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4849FF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 73 | 255 | - |
| CMYK | 0.72 | 0.71 | 0 | 0 |
| HSL | 239.67º | 1% | 0.64% | - |
| HSV(B) | 239.67º | 0.72% | 1% | - |
| XYZ | 23.11 | 13.36 | 95.97 | - |
| YUV | 93.45 | 219.17 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 255 | 0.72 | 0.71 | 0 | 0 | 239.67 | 1 | 0.64 |
| Hex | 48 | 49 | FF | 48 | 47 | 0 | 0 | F0 | 64 | 40 |
| Octal | 110 | 111 | 377 | 110 | 107 | 0 | 0 | 360 | 144 | 100 |
| Binary | 1001000 | 1001001 | 11111111 | 1001000 | 1000111 | 0 | 0 | 11110000 | 1100100 | 1000000 |
Color Harmonies of #4849FF
Complementary color
Monochromatic Colors of #4849FF
Black with #4849FF
Text Example
Text Example
White with #4849FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4849FF; }
p { color: rgb(72,73,255); }
H1.HeaderClassName
{
color: #4849FF;
}
.AnyTagClassName
{
color: #4849FF;
}
</style>
background-color css
<style>
a { background-color: #4849FF; }
a { background-color: rgb(72,73,255); }
div.DivClassName
{
background-color: #4849FF;
}
.BgClassName
{
background-color: #4849FF;
}
</style>
border-color css
<style>
span { border-color: #4849FF; }
span { border-color: rgb(72,73,255); }
td.TdClassName
{
border-color: #4849FF;
}
.TagClassName
{
border-color: #4849FF;
}
</style>