Shades of Neon Blue #4C42E4
Tints of Neon Blue #4C42E4
RGB
CMYK
RGB Variations
Color information
#4C42E4 (or 0x4C42E4) is known color: Neon Blue. HEX triplet: 4C, 42 and E4. RGB value is (76,66,228). Sum of RGB (Red+Green+Blue) = 76+66+228=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 228 (89.45% from 255 or 61.62% from 370); Max value from RGB is 228 - color contains mainly: blue. Hex color #4C42E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C42E4 is #B3BD1B. Grayscale: #565656. Windows color (decimal): -11779356 or 14959180. OLE color: 14959180.
HSL color Cylindrical-coordinate representation of color #4C42E4: hue angle of 243.7º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C42E4 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 66 | 228 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.11 |
| HSL | 243.7º | 0.75% | 0.58% | - |
| HSV(B) | 243.7º | 0.71% | 0.89% | - |
| XYZ | 18.93 | 11.03 | 74.53 | - |
| YUV | 87.46 | 207.31 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 228 | 0.67 | 0.71 | 0 | 0.11 | 243.7 | 0.75 | 0.58 |
| Hex | 4C | 42 | E4 | 43 | 47 | 0 | B | F4 | 4B | 3A |
| Octal | 114 | 102 | 344 | 103 | 107 | 0 | 13 | 364 | 113 | 72 |
| Binary | 1001100 | 1000010 | 11100100 | 1000011 | 1000111 | 0 | 1011 | 11110100 | 1001011 | 111010 |
Color Harmonies of #4C42E4
Complementary color
Monochromatic Colors of #4C42E4
Black with #4C42E4
Text Example
Text Example
White with #4C42E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C42E4; }
p { color: rgb(76,66,228); }
H1.HeaderClassName
{
color: #4C42E4;
}
.AnyTagClassName
{
color: #4C42E4;
}
</style>
background-color css
<style>
a { background-color: #4C42E4; }
a { background-color: rgb(76,66,228); }
div.DivClassName
{
background-color: #4C42E4;
}
.BgClassName
{
background-color: #4C42E4;
}
</style>
border-color css
<style>
span { border-color: #4C42E4; }
span { border-color: rgb(76,66,228); }
td.TdClassName
{
border-color: #4C42E4;
}
.TagClassName
{
border-color: #4C42E4;
}
</style>