Shades of Neon Blue #4F49FF
Tints of Neon Blue #4F49FF
RGB
CMYK
RGB Variations
Color information
#4F49FF (or 0x4F49FF) is known color: Neon Blue. HEX triplet: 4F, 49 and FF. RGB value is (79,73,255). Sum of RGB (Red+Green+Blue) = 79+73+255=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F49FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F49FF is #B0B600. Grayscale: #5E5E5E. Windows color (decimal): -11580929 or 16730447. OLE color: 16730447.
HSL color Cylindrical-coordinate representation of color #4F49FF: hue angle of 241.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F49FF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 73 | 255 | - |
| CMYK | 0.69 | 0.71 | 0 | 0 |
| HSL | 241.98º | 1% | 0.64% | - |
| HSV(B) | 241.98º | 0.71% | 1% | - |
| XYZ | 23.66 | 13.65 | 96 | - |
| YUV | 95.54 | 217.99 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 255 | 0.69 | 0.71 | 0 | 0 | 241.98 | 1 | 0.64 |
| Hex | 4F | 49 | FF | 45 | 47 | 0 | 0 | F2 | 64 | 40 |
| Octal | 117 | 111 | 377 | 105 | 107 | 0 | 0 | 362 | 144 | 100 |
| Binary | 1001111 | 1001001 | 11111111 | 1000101 | 1000111 | 0 | 0 | 11110010 | 1100100 | 1000000 |
Color Harmonies of #4F49FF
Complementary color
Monochromatic Colors of #4F49FF
Black with #4F49FF
Text Example
Text Example
White with #4F49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F49FF; }
p { color: rgb(79,73,255); }
H1.HeaderClassName
{
color: #4F49FF;
}
.AnyTagClassName
{
color: #4F49FF;
}
</style>
background-color css
<style>
a { background-color: #4F49FF; }
a { background-color: rgb(79,73,255); }
div.DivClassName
{
background-color: #4F49FF;
}
.BgClassName
{
background-color: #4F49FF;
}
</style>
border-color css
<style>
span { border-color: #4F49FF; }
span { border-color: rgb(79,73,255); }
td.TdClassName
{
border-color: #4F49FF;
}
.TagClassName
{
border-color: #4F49FF;
}
</style>