Shades of Neon Blue #4A40FD
Tints of Neon Blue #4A40FD
RGB
CMYK
RGB Variations
Color information
#4A40FD (or 0x4A40FD) is known color: Neon Blue. HEX triplet: 4A, 40 and FD. RGB value is (74,64,253). Sum of RGB (Red+Green+Blue) = 74+64+253=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A40FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A40FD is #B5BF02. Grayscale: #575757. Windows color (decimal): -11910915 or 16597066. OLE color: 16597066.
HSL color Cylindrical-coordinate representation of color #4A40FD: hue angle of 243.17º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A40FD is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 64 | 253 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.01 |
| HSL | 243.17º | 0.98% | 0.62% | - |
| HSV(B) | 243.17º | 0.75% | 0.99% | - |
| XYZ | 22.39 | 12.21 | 94.11 | - |
| YUV | 88.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 253 | 0.71 | 0.75 | 0 | 0.01 | 243.17 | 0.98 | 0.62 |
| Hex | 4A | 40 | FD | 47 | 4B | 0 | 1 | F3 | 62 | 3E |
| Octal | 112 | 100 | 375 | 107 | 113 | 0 | 1 | 363 | 142 | 76 |
| Binary | 1001010 | 1000000 | 11111101 | 1000111 | 1001011 | 0 | 1 | 11110011 | 1100010 | 111110 |
Color Harmonies of #4A40FD
Complementary color
Monochromatic Colors of #4A40FD
Black with #4A40FD
Text Example
Text Example
White with #4A40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A40FD; }
p { color: rgb(74,64,253); }
H1.HeaderClassName
{
color: #4A40FD;
}
.AnyTagClassName
{
color: #4A40FD;
}
</style>
background-color css
<style>
a { background-color: #4A40FD; }
a { background-color: rgb(74,64,253); }
div.DivClassName
{
background-color: #4A40FD;
}
.BgClassName
{
background-color: #4A40FD;
}
</style>
border-color css
<style>
span { border-color: #4A40FD; }
span { border-color: rgb(74,64,253); }
td.TdClassName
{
border-color: #4A40FD;
}
.TagClassName
{
border-color: #4A40FD;
}
</style>