Shades of Neon Blue #4A49FC
Tints of Neon Blue #4A49FC
RGB
CMYK
RGB Variations
Color information
#4A49FC (or 0x4A49FC) is known color: Neon Blue. HEX triplet: 4A, 49 and FC. RGB value is (74,73,252). Sum of RGB (Red+Green+Blue) = 74+73+252=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A49FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A49FC is #B5B603. Grayscale: #5C5C5C. Windows color (decimal): -11908612 or 16533834. OLE color: 16533834.
HSL color Cylindrical-coordinate representation of color #4A49FC: hue angle of 240.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A49FC is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 73 | 252 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.01 |
| HSL | 240.34º | 0.97% | 0.64% | - |
| HSV(B) | 240.34º | 0.71% | 0.99% | - |
| XYZ | 22.78 | 13.25 | 93.45 | - |
| YUV | 93.71 | 217.33 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 252 | 0.71 | 0.71 | 0 | 0.01 | 240.34 | 0.97 | 0.64 |
| Hex | 4A | 49 | FC | 47 | 47 | 0 | 1 | F0 | 61 | 40 |
| Octal | 112 | 111 | 374 | 107 | 107 | 0 | 1 | 360 | 141 | 100 |
| Binary | 1001010 | 1001001 | 11111100 | 1000111 | 1000111 | 0 | 1 | 11110000 | 1100001 | 1000000 |
Color Harmonies of #4A49FC
Complementary color
Monochromatic Colors of #4A49FC
Black with #4A49FC
Text Example
Text Example
White with #4A49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A49FC; }
p { color: rgb(74,73,252); }
H1.HeaderClassName
{
color: #4A49FC;
}
.AnyTagClassName
{
color: #4A49FC;
}
</style>
background-color css
<style>
a { background-color: #4A49FC; }
a { background-color: rgb(74,73,252); }
div.DivClassName
{
background-color: #4A49FC;
}
.BgClassName
{
background-color: #4A49FC;
}
</style>
border-color css
<style>
span { border-color: #4A49FC; }
span { border-color: rgb(74,73,252); }
td.TdClassName
{
border-color: #4A49FC;
}
.TagClassName
{
border-color: #4A49FC;
}
</style>