Shades of Neon Blue #4433EA
Tints of Neon Blue #4433EA
RGB
CMYK
RGB Variations
Color information
#4433EA (or 0x4433EA) is known color: Neon Blue. HEX triplet: 44, 33 and EA. RGB value is (68,51,234). Sum of RGB (Red+Green+Blue) = 68+51+234=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #4433EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4433EA is #BBCC15. Grayscale: #4C4C4C. Windows color (decimal): -12307478 or 15348548. OLE color: 15348548.
HSL color Cylindrical-coordinate representation of color #4433EA: hue angle of 245.57º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4433EA is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 51 | 234 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.08 |
| HSL | 245.57º | 0.81% | 0.56% | - |
| HSV(B) | 245.57º | 0.78% | 0.92% | - |
| XYZ | 18.42 | 9.54 | 78.71 | - |
| YUV | 76.95 | 216.63 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 234 | 0.71 | 0.78 | 0 | 0.08 | 245.57 | 0.81 | 0.56 |
| Hex | 44 | 33 | EA | 47 | 4E | 0 | 8 | F6 | 51 | 38 |
| Octal | 104 | 63 | 352 | 107 | 116 | 0 | 10 | 366 | 121 | 70 |
| Binary | 1000100 | 110011 | 11101010 | 1000111 | 1001110 | 0 | 1000 | 11110110 | 1010001 | 111000 |
Color Harmonies of #4433EA
Complementary color
Monochromatic Colors of #4433EA
Black with #4433EA
Text Example
Text Example
White with #4433EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4433EA; }
p { color: rgb(68,51,234); }
H1.HeaderClassName
{
color: #4433EA;
}
.AnyTagClassName
{
color: #4433EA;
}
</style>
background-color css
<style>
a { background-color: #4433EA; }
a { background-color: rgb(68,51,234); }
div.DivClassName
{
background-color: #4433EA;
}
.BgClassName
{
background-color: #4433EA;
}
</style>
border-color css
<style>
span { border-color: #4433EA; }
span { border-color: rgb(68,51,234); }
td.TdClassName
{
border-color: #4433EA;
}
.TagClassName
{
border-color: #4433EA;
}
</style>