Shades of Neon Blue #4F49FE
Tints of Neon Blue #4F49FE
RGB
CMYK
RGB Variations
Color information
#4F49FE (or 0x4F49FE) is known color: Neon Blue. HEX triplet: 4F, 49 and FE. RGB value is (79,73,254). Sum of RGB (Red+Green+Blue) = 79+73+254=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F49FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F49FE is #B0B601. Grayscale: #5E5E5E. Windows color (decimal): -11580930 or 16664911. OLE color: 16664911.
HSL color Cylindrical-coordinate representation of color #4F49FE: hue angle of 241.99º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F49FE is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 73 | 254 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.00 |
| HSL | 241.99º | 0.99% | 0.64% | - |
| HSV(B) | 241.99º | 0.71% | 1% | - |
| XYZ | 23.5 | 13.58 | 95.15 | - |
| YUV | 95.43 | 217.49 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 254 | 0.69 | 0.71 | 0 | 0.00 | 241.99 | 0.99 | 0.64 |
| Hex | 4F | 49 | FE | 45 | 47 | 0 | 0 | F2 | 63 | 40 |
| Octal | 117 | 111 | 376 | 105 | 107 | 0 | 0 | 362 | 143 | 100 |
| Binary | 1001111 | 1001001 | 11111110 | 1000101 | 1000111 | 0 | 0 | 11110010 | 1100011 | 1000000 |
Color Harmonies of #4F49FE
Complementary color
Monochromatic Colors of #4F49FE
Black with #4F49FE
Text Example
Text Example
White with #4F49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F49FE; }
p { color: rgb(79,73,254); }
H1.HeaderClassName
{
color: #4F49FE;
}
.AnyTagClassName
{
color: #4F49FE;
}
</style>
background-color css
<style>
a { background-color: #4F49FE; }
a { background-color: rgb(79,73,254); }
div.DivClassName
{
background-color: #4F49FE;
}
.BgClassName
{
background-color: #4F49FE;
}
</style>
border-color css
<style>
span { border-color: #4F49FE; }
span { border-color: rgb(79,73,254); }
td.TdClassName
{
border-color: #4F49FE;
}
.TagClassName
{
border-color: #4F49FE;
}
</style>