Shades of Neon Blue #4033E6
Tints of Neon Blue #4033E6
RGB
CMYK
RGB Variations
Color information
#4033E6 (or 0x4033E6) is known color: Neon Blue. HEX triplet: 40, 33 and E6. RGB value is (64,51,230). Sum of RGB (Red+Green+Blue) = 64+51+230=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #4033E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4033E6 is #BFCC19. Grayscale: #4A4A4A. Windows color (decimal): -12569626 or 15086400. OLE color: 15086400.
HSL color Cylindrical-coordinate representation of color #4033E6: hue angle of 244.36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4033E6 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 51 | 230 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.10 |
| HSL | 244.36º | 0.78% | 0.55% | - |
| HSV(B) | 244.36º | 0.78% | 0.9% | - |
| XYZ | 17.58 | 9.17 | 75.71 | - |
| YUV | 75.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 230 | 0.72 | 0.78 | 0 | 0.10 | 244.36 | 0.78 | 0.55 |
| Hex | 40 | 33 | E6 | 48 | 4E | 0 | A | F4 | 4E | 37 |
| Octal | 100 | 63 | 346 | 110 | 116 | 0 | 12 | 364 | 116 | 67 |
| Binary | 1000000 | 110011 | 11100110 | 1001000 | 1001110 | 0 | 1010 | 11110100 | 1001110 | 110111 |
Color Harmonies of #4033E6
Complementary color
Monochromatic Colors of #4033E6
Black with #4033E6
Text Example
Text Example
White with #4033E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033E6; }
p { color: rgb(64,51,230); }
H1.HeaderClassName
{
color: #4033E6;
}
.AnyTagClassName
{
color: #4033E6;
}
</style>
background-color css
<style>
a { background-color: #4033E6; }
a { background-color: rgb(64,51,230); }
div.DivClassName
{
background-color: #4033E6;
}
.BgClassName
{
background-color: #4033E6;
}
</style>
border-color css
<style>
span { border-color: #4033E6; }
span { border-color: rgb(64,51,230); }
td.TdClassName
{
border-color: #4033E6;
}
.TagClassName
{
border-color: #4033E6;
}
</style>