Shades of Neon Blue #4A4CEA
Tints of Neon Blue #4A4CEA
RGB
CMYK
RGB Variations
Color information
#4A4CEA (or 0x4A4CEA) is known color: Neon Blue. HEX triplet: 4A, 4C and EA. RGB value is (74,76,234). Sum of RGB (Red+Green+Blue) = 74+76+234=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A4CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A4CEA is #B5B315. Grayscale: #5C5C5C. Windows color (decimal): -11907862 or 15354954. OLE color: 15354954.
HSL color Cylindrical-coordinate representation of color #4A4CEA: hue angle of 239.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A4CEA is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 76 | 234 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.08 |
| HSL | 239.25º | 0.79% | 0.6% | - |
| HSV(B) | 239.25º | 0.68% | 0.92% | - |
| XYZ | 20.26 | 12.57 | 79.2 | - |
| YUV | 93.41 | 207.34 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 234 | 0.68 | 0.68 | 0 | 0.08 | 239.25 | 0.79 | 0.6 |
| Hex | 4A | 4C | EA | 44 | 44 | 0 | 8 | EF | 4F | 3C |
| Octal | 112 | 114 | 352 | 104 | 104 | 0 | 10 | 357 | 117 | 74 |
| Binary | 1001010 | 1001100 | 11101010 | 1000100 | 1000100 | 0 | 1000 | 11101111 | 1001111 | 111100 |
Color Harmonies of #4A4CEA
Complementary color
Monochromatic Colors of #4A4CEA
Black with #4A4CEA
Text Example
Text Example
White with #4A4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4CEA; }
p { color: rgb(74,76,234); }
H1.HeaderClassName
{
color: #4A4CEA;
}
.AnyTagClassName
{
color: #4A4CEA;
}
</style>
background-color css
<style>
a { background-color: #4A4CEA; }
a { background-color: rgb(74,76,234); }
div.DivClassName
{
background-color: #4A4CEA;
}
.BgClassName
{
background-color: #4A4CEA;
}
</style>
border-color css
<style>
span { border-color: #4A4CEA; }
span { border-color: rgb(74,76,234); }
td.TdClassName
{
border-color: #4A4CEA;
}
.TagClassName
{
border-color: #4A4CEA;
}
</style>