Shades of Neon Blue #4043EA
Tints of Neon Blue #4043EA
RGB
CMYK
RGB Variations
Color information
#4043EA (or 0x4043EA) is known color: Neon Blue. HEX triplet: 40, 43 and EA. RGB value is (64,67,234). Sum of RGB (Red+Green+Blue) = 64+67+234=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #4043EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4043EA is #BFBC15. Grayscale: #545454. Windows color (decimal): -12565526 or 15352640. OLE color: 15352640.
HSL color Cylindrical-coordinate representation of color #4043EA: hue angle of 238.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4043EA is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 67 | 234 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.08 |
| HSL | 238.94º | 0.8% | 0.58% | - |
| HSV(B) | 238.94º | 0.73% | 0.92% | - |
| XYZ | 18.97 | 11.04 | 78.97 | - |
| YUV | 85.14 | 212.01 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 234 | 0.73 | 0.71 | 0 | 0.08 | 238.94 | 0.8 | 0.58 |
| Hex | 40 | 43 | EA | 49 | 47 | 0 | 8 | EF | 50 | 3A |
| Octal | 100 | 103 | 352 | 111 | 107 | 0 | 10 | 357 | 120 | 72 |
| Binary | 1000000 | 1000011 | 11101010 | 1001001 | 1000111 | 0 | 1000 | 11101111 | 1010000 | 111010 |
Color Harmonies of #4043EA
Complementary color
Monochromatic Colors of #4043EA
Black with #4043EA
Text Example
Text Example
White with #4043EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4043EA; }
p { color: rgb(64,67,234); }
H1.HeaderClassName
{
color: #4043EA;
}
.AnyTagClassName
{
color: #4043EA;
}
</style>
background-color css
<style>
a { background-color: #4043EA; }
a { background-color: rgb(64,67,234); }
div.DivClassName
{
background-color: #4043EA;
}
.BgClassName
{
background-color: #4043EA;
}
</style>
border-color css
<style>
span { border-color: #4043EA; }
span { border-color: rgb(64,67,234); }
td.TdClassName
{
border-color: #4043EA;
}
.TagClassName
{
border-color: #4043EA;
}
</style>