Shades of Neon Blue #4332EC
Tints of Neon Blue #4332EC
RGB
CMYK
RGB Variations
Color information
#4332EC (or 0x4332EC) is known color: Neon Blue. HEX triplet: 43, 32 and EC. RGB value is (67,50,236). Sum of RGB (Red+Green+Blue) = 67+50+236=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #4332EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4332EC is #BCCD13. Grayscale: #4B4B4B. Windows color (decimal): -12373268 or 15479363. OLE color: 15479363.
HSL color Cylindrical-coordinate representation of color #4332EC: hue angle of 245.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4332EC is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 50 | 236 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.07 |
| HSL | 245.48º | 0.83% | 0.56% | - |
| HSV(B) | 245.48º | 0.79% | 0.93% | - |
| XYZ | 18.6 | 9.53 | 80.22 | - |
| YUV | 76.29 | 218.13 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 236 | 0.72 | 0.79 | 0 | 0.07 | 245.48 | 0.83 | 0.56 |
| Hex | 43 | 32 | EC | 48 | 4F | 0 | 7 | F5 | 53 | 38 |
| Octal | 103 | 62 | 354 | 110 | 117 | 0 | 7 | 365 | 123 | 70 |
| Binary | 1000011 | 110010 | 11101100 | 1001000 | 1001111 | 0 | 111 | 11110101 | 1010011 | 111000 |
Color Harmonies of #4332EC
Complementary color
Monochromatic Colors of #4332EC
Black with #4332EC
Text Example
Text Example
White with #4332EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4332EC; }
p { color: rgb(67,50,236); }
H1.HeaderClassName
{
color: #4332EC;
}
.AnyTagClassName
{
color: #4332EC;
}
</style>
background-color css
<style>
a { background-color: #4332EC; }
a { background-color: rgb(67,50,236); }
div.DivClassName
{
background-color: #4332EC;
}
.BgClassName
{
background-color: #4332EC;
}
</style>
border-color css
<style>
span { border-color: #4332EC; }
span { border-color: rgb(67,50,236); }
td.TdClassName
{
border-color: #4332EC;
}
.TagClassName
{
border-color: #4332EC;
}
</style>