Shades of Neon Blue #4A40FE
Tints of Neon Blue #4A40FE
RGB
CMYK
RGB Variations
Color information
#4A40FE (or 0x4A40FE) is known color: Neon Blue. HEX triplet: 4A, 40 and FE. RGB value is (74,64,254). Sum of RGB (Red+Green+Blue) = 74+64+254=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A40FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A40FE is #B5BF01. Grayscale: #575757. Windows color (decimal): -11910914 or 16662602. OLE color: 16662602.
HSL color Cylindrical-coordinate representation of color #4A40FE: hue angle of 243.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A40FE is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 64 | 254 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.00 |
| HSL | 243.16º | 0.99% | 0.62% | - |
| HSV(B) | 243.16º | 0.75% | 1% | - |
| XYZ | 22.55 | 12.28 | 94.95 | - |
| YUV | 88.65 | 221.31 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 254 | 0.71 | 0.75 | 0 | 0.00 | 243.16 | 0.99 | 0.62 |
| Hex | 4A | 40 | FE | 47 | 4B | 0 | 0 | F3 | 63 | 3E |
| Octal | 112 | 100 | 376 | 107 | 113 | 0 | 0 | 363 | 143 | 76 |
| Binary | 1001010 | 1000000 | 11111110 | 1000111 | 1001011 | 0 | 0 | 11110011 | 1100011 | 111110 |
Color Harmonies of #4A40FE
Complementary color
Monochromatic Colors of #4A40FE
Black with #4A40FE
Text Example
Text Example
White with #4A40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A40FE; }
p { color: rgb(74,64,254); }
H1.HeaderClassName
{
color: #4A40FE;
}
.AnyTagClassName
{
color: #4A40FE;
}
</style>
background-color css
<style>
a { background-color: #4A40FE; }
a { background-color: rgb(74,64,254); }
div.DivClassName
{
background-color: #4A40FE;
}
.BgClassName
{
background-color: #4A40FE;
}
</style>
border-color css
<style>
span { border-color: #4A40FE; }
span { border-color: rgb(74,64,254); }
td.TdClassName
{
border-color: #4A40FE;
}
.TagClassName
{
border-color: #4A40FE;
}
</style>