Shades of Neon Blue #4233DD
Tints of Neon Blue #4233DD
RGB
CMYK
RGB Variations
Color information
#4233DD (or 0x4233DD) is known color: Neon Blue. HEX triplet: 42, 33 and DD. RGB value is (66,51,221). Sum of RGB (Red+Green+Blue) = 66+51+221=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #4233DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4233DD is #BDCC22. Grayscale: #4A4A4A. Windows color (decimal): -12438563 or 14496578. OLE color: 14496578.
HSL color Cylindrical-coordinate representation of color #4233DD: hue angle of 245.29º 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 #4233DD is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 51 | 221 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.13 |
| HSL | 245.29º | 0.71% | 0.53% | - |
| HSV(B) | 245.29º | 0.77% | 0.87% | - |
| XYZ | 16.48 | 8.75 | 69.23 | - |
| YUV | 74.87 | 210.47 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 221 | 0.70 | 0.77 | 0 | 0.13 | 245.29 | 0.71 | 0.53 |
| Hex | 42 | 33 | DD | 46 | 4D | 0 | D | F5 | 47 | 35 |
| Octal | 102 | 63 | 335 | 106 | 115 | 0 | 15 | 365 | 107 | 65 |
| Binary | 1000010 | 110011 | 11011101 | 1000110 | 1001101 | 0 | 1101 | 11110101 | 1000111 | 110101 |
Color Harmonies of #4233DD
Complementary color
Monochromatic Colors of #4233DD
Black with #4233DD
Text Example
Text Example
White with #4233DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4233DD; }
p { color: rgb(66,51,221); }
H1.HeaderClassName
{
color: #4233DD;
}
.AnyTagClassName
{
color: #4233DD;
}
</style>
background-color css
<style>
a { background-color: #4233DD; }
a { background-color: rgb(66,51,221); }
div.DivClassName
{
background-color: #4233DD;
}
.BgClassName
{
background-color: #4233DD;
}
</style>
border-color css
<style>
span { border-color: #4233DD; }
span { border-color: rgb(66,51,221); }
td.TdClassName
{
border-color: #4233DD;
}
.TagClassName
{
border-color: #4233DD;
}
</style>