Shades of Neon Blue #4033DC
Tints of Neon Blue #4033DC
RGB
CMYK
RGB Variations
Color information
#4033DC (or 0x4033DC) is known color: Neon Blue. HEX triplet: 40, 33 and DC. RGB value is (64,51,220). Sum of RGB (Red+Green+Blue) = 64+51+220=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #4033DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033DC is #BFCC23. Grayscale: #494949. Windows color (decimal): -12569636 or 14431040. OLE color: 14431040.
HSL color Cylindrical-coordinate representation of color #4033DC: hue angle of 244.62º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4033DC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 51 | 220 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.14 |
| HSL | 244.62º | 0.71% | 0.53% | - |
| HSV(B) | 244.62º | 0.77% | 0.86% | - |
| XYZ | 16.22 | 8.62 | 68.52 | - |
| YUV | 74.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 220 | 0.71 | 0.77 | 0 | 0.14 | 244.62 | 0.71 | 0.53 |
| Hex | 40 | 33 | DC | 47 | 4D | 0 | E | F5 | 47 | 35 |
| Octal | 100 | 63 | 334 | 107 | 115 | 0 | 16 | 365 | 107 | 65 |
| Binary | 1000000 | 110011 | 11011100 | 1000111 | 1001101 | 0 | 1110 | 11110101 | 1000111 | 110101 |
Color Harmonies of #4033DC
Complementary color
Monochromatic Colors of #4033DC
Black with #4033DC
Text Example
Text Example
White with #4033DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033DC; }
p { color: rgb(64,51,220); }
H1.HeaderClassName
{
color: #4033DC;
}
.AnyTagClassName
{
color: #4033DC;
}
</style>
background-color css
<style>
a { background-color: #4033DC; }
a { background-color: rgb(64,51,220); }
div.DivClassName
{
background-color: #4033DC;
}
.BgClassName
{
background-color: #4033DC;
}
</style>
border-color css
<style>
span { border-color: #4033DC; }
span { border-color: rgb(64,51,220); }
td.TdClassName
{
border-color: #4033DC;
}
.TagClassName
{
border-color: #4033DC;
}
</style>