Shades of Neon Blue #4432ED
Tints of Neon Blue #4432ED
RGB
CMYK
RGB Variations
Color information
#4432ED (or 0x4432ED) is known color: Neon Blue. HEX triplet: 44, 32 and ED. RGB value is (68,50,237). Sum of RGB (Red+Green+Blue) = 68+50+237=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #4432ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4432ED is #BBCD12. Grayscale: #4B4B4B. Windows color (decimal): -12307731 or 15544900. OLE color: 15544900.
HSL color Cylindrical-coordinate representation of color #4432ED: hue angle of 245.78º 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 #4432ED is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 50 | 237 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.07 |
| HSL | 245.78º | 0.84% | 0.56% | - |
| HSV(B) | 245.78º | 0.79% | 0.93% | - |
| XYZ | 18.81 | 9.62 | 80.99 | - |
| YUV | 76.7 | 218.46 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 237 | 0.71 | 0.79 | 0 | 0.07 | 245.78 | 0.84 | 0.56 |
| Hex | 44 | 32 | ED | 47 | 4F | 0 | 7 | F6 | 54 | 38 |
| Octal | 104 | 62 | 355 | 107 | 117 | 0 | 7 | 366 | 124 | 70 |
| Binary | 1000100 | 110010 | 11101101 | 1000111 | 1001111 | 0 | 111 | 11110110 | 1010100 | 111000 |
Color Harmonies of #4432ED
Complementary color
Monochromatic Colors of #4432ED
Black with #4432ED
Text Example
Text Example
White with #4432ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4432ED; }
p { color: rgb(68,50,237); }
H1.HeaderClassName
{
color: #4432ED;
}
.AnyTagClassName
{
color: #4432ED;
}
</style>
background-color css
<style>
a { background-color: #4432ED; }
a { background-color: rgb(68,50,237); }
div.DivClassName
{
background-color: #4432ED;
}
.BgClassName
{
background-color: #4432ED;
}
</style>
border-color css
<style>
span { border-color: #4432ED; }
span { border-color: rgb(68,50,237); }
td.TdClassName
{
border-color: #4432ED;
}
.TagClassName
{
border-color: #4432ED;
}
</style>