Shades of Neon Blue #4A39EE
Tints of Neon Blue #4A39EE
RGB
CMYK
RGB Variations
Color information
#4A39EE (or 0x4A39EE) is known color: Neon Blue. HEX triplet: 4A, 39 and EE. RGB value is (74,57,238). Sum of RGB (Red+Green+Blue) = 74+57+238=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A39EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A39EE is #B5C611. Grayscale: #525252. Windows color (decimal): -11912722 or 15612234. OLE color: 15612234.
HSL color Cylindrical-coordinate representation of color #4A39EE: hue angle of 245.64º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A39EE is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 57 | 238 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.07 |
| HSL | 245.64º | 0.84% | 0.58% | - |
| HSV(B) | 245.64º | 0.76% | 0.93% | - |
| XYZ | 19.72 | 10.56 | 81.89 | - |
| YUV | 82.72 | 215.63 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 238 | 0.69 | 0.76 | 0 | 0.07 | 245.64 | 0.84 | 0.58 |
| Hex | 4A | 39 | EE | 45 | 4C | 0 | 7 | F6 | 54 | 3A |
| Octal | 112 | 71 | 356 | 105 | 114 | 0 | 7 | 366 | 124 | 72 |
| Binary | 1001010 | 111001 | 11101110 | 1000101 | 1001100 | 0 | 111 | 11110110 | 1010100 | 111010 |
Color Harmonies of #4A39EE
Complementary color
Monochromatic Colors of #4A39EE
Black with #4A39EE
Text Example
Text Example
White with #4A39EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A39EE; }
p { color: rgb(74,57,238); }
H1.HeaderClassName
{
color: #4A39EE;
}
.AnyTagClassName
{
color: #4A39EE;
}
</style>
background-color css
<style>
a { background-color: #4A39EE; }
a { background-color: rgb(74,57,238); }
div.DivClassName
{
background-color: #4A39EE;
}
.BgClassName
{
background-color: #4A39EE;
}
</style>
border-color css
<style>
span { border-color: #4A39EE; }
span { border-color: rgb(74,57,238); }
td.TdClassName
{
border-color: #4A39EE;
}
.TagClassName
{
border-color: #4A39EE;
}
</style>