Shades of Neon Blue #4A47FE
Tints of Neon Blue #4A47FE
RGB
CMYK
RGB Variations
Color information
#4A47FE (or 0x4A47FE) is known color: Neon Blue. HEX triplet: 4A, 47 and FE. RGB value is (74,71,254). Sum of RGB (Red+Green+Blue) = 74+71+254=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 71 (28.12% from 255 or 17.79% 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 #4A47FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A47FE is #B5B801. Grayscale: #5C5C5C. Windows color (decimal): -11909122 or 16664394. OLE color: 16664394.
HSL color Cylindrical-coordinate representation of color #4A47FE: hue angle of 240.98º 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 #4A47FE is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 71 | 254 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.00 |
| HSL | 240.98º | 0.99% | 0.64% | - |
| HSV(B) | 240.98º | 0.72% | 1% | - |
| XYZ | 22.97 | 13.12 | 95.09 | - |
| YUV | 92.76 | 218.99 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 254 | 0.71 | 0.72 | 0 | 0.00 | 240.98 | 0.99 | 0.64 |
| Hex | 4A | 47 | FE | 47 | 48 | 0 | 0 | F1 | 63 | 40 |
| Octal | 112 | 107 | 376 | 107 | 110 | 0 | 0 | 361 | 143 | 100 |
| Binary | 1001010 | 1000111 | 11111110 | 1000111 | 1001000 | 0 | 0 | 11110001 | 1100011 | 1000000 |
Color Harmonies of #4A47FE
Complementary color
Monochromatic Colors of #4A47FE
Black with #4A47FE
Text Example
Text Example
White with #4A47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A47FE; }
p { color: rgb(74,71,254); }
H1.HeaderClassName
{
color: #4A47FE;
}
.AnyTagClassName
{
color: #4A47FE;
}
</style>
background-color css
<style>
a { background-color: #4A47FE; }
a { background-color: rgb(74,71,254); }
div.DivClassName
{
background-color: #4A47FE;
}
.BgClassName
{
background-color: #4A47FE;
}
</style>
border-color css
<style>
span { border-color: #4A47FE; }
span { border-color: rgb(74,71,254); }
td.TdClassName
{
border-color: #4A47FE;
}
.TagClassName
{
border-color: #4A47FE;
}
</style>