Shades of Neon Blue #4C40FE
Tints of Neon Blue #4C40FE
RGB
CMYK
RGB Variations
Color information
#4C40FE (or 0x4C40FE) is known color: Neon Blue. HEX triplet: 4C, 40 and FE. RGB value is (76,64,254). Sum of RGB (Red+Green+Blue) = 76+64+254=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C40FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C40FE is #B3BF01. Grayscale: #585858. Windows color (decimal): -11779842 or 16662604. OLE color: 16662604.
HSL color Cylindrical-coordinate representation of color #4C40FE: hue angle of 243.79º 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 #4C40FE is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 64 | 254 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.00 |
| HSL | 243.79º | 0.99% | 0.62% | - |
| HSV(B) | 243.79º | 0.75% | 1% | - |
| XYZ | 22.7 | 12.36 | 94.95 | - |
| YUV | 89.25 | 220.98 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 254 | 0.70 | 0.75 | 0 | 0.00 | 243.79 | 0.99 | 0.62 |
| Hex | 4C | 40 | FE | 46 | 4B | 0 | 0 | F4 | 63 | 3E |
| Octal | 114 | 100 | 376 | 106 | 113 | 0 | 0 | 364 | 143 | 76 |
| Binary | 1001100 | 1000000 | 11111110 | 1000110 | 1001011 | 0 | 0 | 11110100 | 1100011 | 111110 |
Color Harmonies of #4C40FE
Complementary color
Monochromatic Colors of #4C40FE
Black with #4C40FE
Text Example
Text Example
White with #4C40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C40FE; }
p { color: rgb(76,64,254); }
H1.HeaderClassName
{
color: #4C40FE;
}
.AnyTagClassName
{
color: #4C40FE;
}
</style>
background-color css
<style>
a { background-color: #4C40FE; }
a { background-color: rgb(76,64,254); }
div.DivClassName
{
background-color: #4C40FE;
}
.BgClassName
{
background-color: #4C40FE;
}
</style>
border-color css
<style>
span { border-color: #4C40FE; }
span { border-color: rgb(76,64,254); }
td.TdClassName
{
border-color: #4C40FE;
}
.TagClassName
{
border-color: #4C40FE;
}
</style>