Shades of Neon Blue #4332ED
Tints of Neon Blue #4332ED
RGB
CMYK
RGB Variations
Color information
#4332ED (or 0x4332ED) is known color: Neon Blue. HEX triplet: 43, 32 and ED. RGB value is (67,50,237). Sum of RGB (Red+Green+Blue) = 67+50+237=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #4332ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4332ED is #BCCD12. Grayscale: #4B4B4B. Windows color (decimal): -12373267 or 15544899. OLE color: 15544899.
HSL color Cylindrical-coordinate representation of color #4332ED: hue angle of 245.45º degrees, saturation: 0.84, 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 #4332ED is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 50 | 237 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.07 |
| HSL | 245.45º | 0.84% | 0.56% | - |
| HSV(B) | 245.45º | 0.79% | 0.93% | - |
| XYZ | 18.74 | 9.59 | 80.98 | - |
| YUV | 76.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 237 | 0.72 | 0.79 | 0 | 0.07 | 245.45 | 0.84 | 0.56 |
| Hex | 43 | 32 | ED | 48 | 4F | 0 | 7 | F5 | 54 | 38 |
| Octal | 103 | 62 | 355 | 110 | 117 | 0 | 7 | 365 | 124 | 70 |
| Binary | 1000011 | 110010 | 11101101 | 1001000 | 1001111 | 0 | 111 | 11110101 | 1010100 | 111000 |
Color Harmonies of #4332ED
Complementary color
Monochromatic Colors of #4332ED
Black with #4332ED
Text Example
Text Example
White with #4332ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4332ED; }
p { color: rgb(67,50,237); }
H1.HeaderClassName
{
color: #4332ED;
}
.AnyTagClassName
{
color: #4332ED;
}
</style>
background-color css
<style>
a { background-color: #4332ED; }
a { background-color: rgb(67,50,237); }
div.DivClassName
{
background-color: #4332ED;
}
.BgClassName
{
background-color: #4332ED;
}
</style>
border-color css
<style>
span { border-color: #4332ED; }
span { border-color: rgb(67,50,237); }
td.TdClassName
{
border-color: #4332ED;
}
.TagClassName
{
border-color: #4332ED;
}
</style>