Shades of Neon Blue #4A47FD
Tints of Neon Blue #4A47FD
RGB
CMYK
RGB Variations
Color information
#4A47FD (or 0x4A47FD) is known color: Neon Blue. HEX triplet: 4A, 47 and FD. RGB value is (74,71,253). Sum of RGB (Red+Green+Blue) = 74+71+253=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A47FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A47FD is #B5B802. Grayscale: #5B5B5B. Windows color (decimal): -11909123 or 16598858. OLE color: 16598858.
HSL color Cylindrical-coordinate representation of color #4A47FD: hue angle of 240.99º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A47FD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 71 | 253 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.01 |
| HSL | 240.99º | 0.98% | 0.64% | - |
| HSV(B) | 240.99º | 0.72% | 0.99% | - |
| XYZ | 22.81 | 13.05 | 94.25 | - |
| YUV | 92.65 | 218.49 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 253 | 0.71 | 0.72 | 0 | 0.01 | 240.99 | 0.98 | 0.64 |
| Hex | 4A | 47 | FD | 47 | 48 | 0 | 1 | F1 | 62 | 40 |
| Octal | 112 | 107 | 375 | 107 | 110 | 0 | 1 | 361 | 142 | 100 |
| Binary | 1001010 | 1000111 | 11111101 | 1000111 | 1001000 | 0 | 1 | 11110001 | 1100010 | 1000000 |
Color Harmonies of #4A47FD
Complementary color
Monochromatic Colors of #4A47FD
Black with #4A47FD
Text Example
Text Example
White with #4A47FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A47FD; }
p { color: rgb(74,71,253); }
H1.HeaderClassName
{
color: #4A47FD;
}
.AnyTagClassName
{
color: #4A47FD;
}
</style>
background-color css
<style>
a { background-color: #4A47FD; }
a { background-color: rgb(74,71,253); }
div.DivClassName
{
background-color: #4A47FD;
}
.BgClassName
{
background-color: #4A47FD;
}
</style>
border-color css
<style>
span { border-color: #4A47FD; }
span { border-color: rgb(74,71,253); }
td.TdClassName
{
border-color: #4A47FD;
}
.TagClassName
{
border-color: #4A47FD;
}
</style>