Shades of Neon Blue #4034E6
Tints of Neon Blue #4034E6
RGB
CMYK
RGB Variations
Color information
#4034E6 (or 0x4034E6) is known color: Neon Blue. HEX triplet: 40, 34 and E6. RGB value is (64,52,230). Sum of RGB (Red+Green+Blue) = 64+52+230=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #4034E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4034E6 is #BFCB19. Grayscale: #4B4B4B. Windows color (decimal): -12569370 or 15086656. OLE color: 15086656.
HSL color Cylindrical-coordinate representation of color #4034E6: hue angle of 244.04º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4034E6 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 52 | 230 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.10 |
| HSL | 244.04º | 0.78% | 0.55% | - |
| HSV(B) | 244.04º | 0.77% | 0.9% | - |
| XYZ | 17.63 | 9.26 | 75.72 | - |
| YUV | 75.88 | 214.98 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 230 | 0.72 | 0.77 | 0 | 0.10 | 244.04 | 0.78 | 0.55 |
| Hex | 40 | 34 | E6 | 48 | 4D | 0 | A | F4 | 4E | 37 |
| Octal | 100 | 64 | 346 | 110 | 115 | 0 | 12 | 364 | 116 | 67 |
| Binary | 1000000 | 110100 | 11100110 | 1001000 | 1001101 | 0 | 1010 | 11110100 | 1001110 | 110111 |
Color Harmonies of #4034E6
Complementary color
Monochromatic Colors of #4034E6
Black with #4034E6
Text Example
Text Example
White with #4034E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4034E6; }
p { color: rgb(64,52,230); }
H1.HeaderClassName
{
color: #4034E6;
}
.AnyTagClassName
{
color: #4034E6;
}
</style>
background-color css
<style>
a { background-color: #4034E6; }
a { background-color: rgb(64,52,230); }
div.DivClassName
{
background-color: #4034E6;
}
.BgClassName
{
background-color: #4034E6;
}
</style>
border-color css
<style>
span { border-color: #4034E6; }
span { border-color: rgb(64,52,230); }
td.TdClassName
{
border-color: #4034E6;
}
.TagClassName
{
border-color: #4034E6;
}
</style>