Shades of Neon Blue #4043EE
Tints of Neon Blue #4043EE
RGB
CMYK
RGB Variations
Color information
#4043EE (or 0x4043EE) is known color: Neon Blue. HEX triplet: 40, 43 and EE. RGB value is (64,67,238). Sum of RGB (Red+Green+Blue) = 64+67+238=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 67 (26.56% from 255 or 18.16% 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 #4043EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4043EE is #BFBC11. Grayscale: #545454. Windows color (decimal): -12565522 or 15614784. OLE color: 15614784.
HSL color Cylindrical-coordinate representation of color #4043EE: hue angle of 238.97º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4043EE is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 67 | 238 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.07 |
| HSL | 238.97º | 0.84% | 0.59% | - |
| HSV(B) | 238.97º | 0.73% | 0.93% | - |
| XYZ | 19.55 | 11.28 | 82.04 | - |
| YUV | 85.6 | 214.01 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 238 | 0.73 | 0.72 | 0 | 0.07 | 238.97 | 0.84 | 0.59 |
| Hex | 40 | 43 | EE | 49 | 48 | 0 | 7 | EF | 54 | 3B |
| Octal | 100 | 103 | 356 | 111 | 110 | 0 | 7 | 357 | 124 | 73 |
| Binary | 1000000 | 1000011 | 11101110 | 1001001 | 1001000 | 0 | 111 | 11101111 | 1010100 | 111011 |
Color Harmonies of #4043EE
Complementary color
Monochromatic Colors of #4043EE
Black with #4043EE
Text Example
Text Example
White with #4043EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4043EE; }
p { color: rgb(64,67,238); }
H1.HeaderClassName
{
color: #4043EE;
}
.AnyTagClassName
{
color: #4043EE;
}
</style>
background-color css
<style>
a { background-color: #4043EE; }
a { background-color: rgb(64,67,238); }
div.DivClassName
{
background-color: #4043EE;
}
.BgClassName
{
background-color: #4043EE;
}
</style>
border-color css
<style>
span { border-color: #4043EE; }
span { border-color: rgb(64,67,238); }
td.TdClassName
{
border-color: #4043EE;
}
.TagClassName
{
border-color: #4043EE;
}
</style>