Shades of Neon Blue #4A4DFD
Tints of Neon Blue #4A4DFD
RGB
CMYK
RGB Variations
Color information
#4A4DFD (or 0x4A4DFD) is known color: Neon Blue. HEX triplet: 4A, 4D and FD. RGB value is (74,77,253). Sum of RGB (Red+Green+Blue) = 74+77+253=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A4DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A4DFD is #B5B202. Grayscale: #5F5F5F. Windows color (decimal): -11907587 or 16600394. OLE color: 16600394.
HSL color Cylindrical-coordinate representation of color #4A4DFD: hue angle of 238.99º degrees, saturation: 0.98, 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 #4A4DFD is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 77 | 253 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.01 |
| HSL | 238.99º | 0.98% | 0.64% | - |
| HSV(B) | 238.99º | 0.71% | 0.99% | - |
| XYZ | 23.21 | 13.86 | 94.38 | - |
| YUV | 96.17 | 216.51 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 77 | 253 | 0.71 | 0.70 | 0 | 0.01 | 238.99 | 0.98 | 0.64 |
| Hex | 4A | 4D | FD | 47 | 46 | 0 | 1 | EF | 62 | 40 |
| Octal | 112 | 115 | 375 | 107 | 106 | 0 | 1 | 357 | 142 | 100 |
| Binary | 1001010 | 1001101 | 11111101 | 1000111 | 1000110 | 0 | 1 | 11101111 | 1100010 | 1000000 |
Color Harmonies of #4A4DFD
Complementary color
Monochromatic Colors of #4A4DFD
Black with #4A4DFD
Text Example
Text Example
White with #4A4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4DFD; }
p { color: rgb(74,77,253); }
H1.HeaderClassName
{
color: #4A4DFD;
}
.AnyTagClassName
{
color: #4A4DFD;
}
</style>
background-color css
<style>
a { background-color: #4A4DFD; }
a { background-color: rgb(74,77,253); }
div.DivClassName
{
background-color: #4A4DFD;
}
.BgClassName
{
background-color: #4A4DFD;
}
</style>
border-color css
<style>
span { border-color: #4A4DFD; }
span { border-color: rgb(74,77,253); }
td.TdClassName
{
border-color: #4A4DFD;
}
.TagClassName
{
border-color: #4A4DFD;
}
</style>