Shades of Neon Blue #4233DE
Tints of Neon Blue #4233DE
RGB
CMYK
RGB Variations
Color information
#4233DE (or 0x4233DE) is known color: Neon Blue. HEX triplet: 42, 33 and DE. RGB value is (66,51,222). Sum of RGB (Red+Green+Blue) = 66+51+222=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #4233DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4233DE is #BDCC21. Grayscale: #4A4A4A. Windows color (decimal): -12438562 or 14562114. OLE color: 14562114.
HSL color Cylindrical-coordinate representation of color #4233DE: hue angle of 245.26º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4233DE is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 51 | 222 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.13 |
| HSL | 245.26º | 0.72% | 0.54% | - |
| HSV(B) | 245.26º | 0.77% | 0.87% | - |
| XYZ | 16.62 | 8.8 | 69.93 | - |
| YUV | 74.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 222 | 0.70 | 0.77 | 0 | 0.13 | 245.26 | 0.72 | 0.54 |
| Hex | 42 | 33 | DE | 46 | 4D | 0 | D | F5 | 48 | 36 |
| Octal | 102 | 63 | 336 | 106 | 115 | 0 | 15 | 365 | 110 | 66 |
| Binary | 1000010 | 110011 | 11011110 | 1000110 | 1001101 | 0 | 1101 | 11110101 | 1001000 | 110110 |
Color Harmonies of #4233DE
Complementary color
Monochromatic Colors of #4233DE
Black with #4233DE
Text Example
Text Example
White with #4233DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4233DE; }
p { color: rgb(66,51,222); }
H1.HeaderClassName
{
color: #4233DE;
}
.AnyTagClassName
{
color: #4233DE;
}
</style>
background-color css
<style>
a { background-color: #4233DE; }
a { background-color: rgb(66,51,222); }
div.DivClassName
{
background-color: #4233DE;
}
.BgClassName
{
background-color: #4233DE;
}
</style>
border-color css
<style>
span { border-color: #4233DE; }
span { border-color: rgb(66,51,222); }
td.TdClassName
{
border-color: #4233DE;
}
.TagClassName
{
border-color: #4233DE;
}
</style>