Shades of Neon Blue #4033DD
Tints of Neon Blue #4033DD
RGB
CMYK
RGB Variations
Color information
#4033DD (or 0x4033DD) is known color: Neon Blue. HEX triplet: 40, 33 and DD. RGB value is (64,51,221). Sum of RGB (Red+Green+Blue) = 64+51+221=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #4033DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033DD is #BFCC22. Grayscale: #494949. Windows color (decimal): -12569635 or 14496576. OLE color: 14496576.
HSL color Cylindrical-coordinate representation of color #4033DD: hue angle of 244.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4033DD is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 51 | 221 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.13 |
| HSL | 244.59º | 0.71% | 0.53% | - |
| HSV(B) | 244.59º | 0.77% | 0.87% | - |
| XYZ | 16.35 | 8.68 | 69.22 | - |
| YUV | 74.27 | 210.81 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 221 | 0.71 | 0.77 | 0 | 0.13 | 244.59 | 0.71 | 0.53 |
| Hex | 40 | 33 | DD | 47 | 4D | 0 | D | F5 | 47 | 35 |
| Octal | 100 | 63 | 335 | 107 | 115 | 0 | 15 | 365 | 107 | 65 |
| Binary | 1000000 | 110011 | 11011101 | 1000111 | 1001101 | 0 | 1101 | 11110101 | 1000111 | 110101 |
Color Harmonies of #4033DD
Complementary color
Monochromatic Colors of #4033DD
Black with #4033DD
Text Example
Text Example
White with #4033DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033DD; }
p { color: rgb(64,51,221); }
H1.HeaderClassName
{
color: #4033DD;
}
.AnyTagClassName
{
color: #4033DD;
}
</style>
background-color css
<style>
a { background-color: #4033DD; }
a { background-color: rgb(64,51,221); }
div.DivClassName
{
background-color: #4033DD;
}
.BgClassName
{
background-color: #4033DD;
}
</style>
border-color css
<style>
span { border-color: #4033DD; }
span { border-color: rgb(64,51,221); }
td.TdClassName
{
border-color: #4033DD;
}
.TagClassName
{
border-color: #4033DD;
}
</style>