Shades of Neon Blue #4435E0
Tints of Neon Blue #4435E0
RGB
CMYK
RGB Variations
Color information
#4435E0 (or 0x4435E0) is known color: Neon Blue. HEX triplet: 44, 35 and E0. RGB value is (68,53,224). Sum of RGB (Red+Green+Blue) = 68+53+224=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #4435E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4435E0 is #BBCA1F. Grayscale: #4C4C4C. Windows color (decimal): -12306976 or 14693700. OLE color: 14693700.
HSL color Cylindrical-coordinate representation of color #4435E0: hue angle of 245.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4435E0 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 53 | 224 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.12 |
| HSL | 245.26º | 0.73% | 0.54% | - |
| HSV(B) | 245.26º | 0.76% | 0.88% | - |
| XYZ | 17.11 | 9.16 | 71.39 | - |
| YUV | 76.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 224 | 0.70 | 0.76 | 0 | 0.12 | 245.26 | 0.73 | 0.54 |
| Hex | 44 | 35 | E0 | 46 | 4C | 0 | C | F5 | 49 | 36 |
| Octal | 104 | 65 | 340 | 106 | 114 | 0 | 14 | 365 | 111 | 66 |
| Binary | 1000100 | 110101 | 11100000 | 1000110 | 1001100 | 0 | 1100 | 11110101 | 1001001 | 110110 |
Color Harmonies of #4435E0
Complementary color
Monochromatic Colors of #4435E0
Black with #4435E0
Text Example
Text Example
White with #4435E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435E0; }
p { color: rgb(68,53,224); }
H1.HeaderClassName
{
color: #4435E0;
}
.AnyTagClassName
{
color: #4435E0;
}
</style>
background-color css
<style>
a { background-color: #4435E0; }
a { background-color: rgb(68,53,224); }
div.DivClassName
{
background-color: #4435E0;
}
.BgClassName
{
background-color: #4435E0;
}
</style>
border-color css
<style>
span { border-color: #4435E0; }
span { border-color: rgb(68,53,224); }
td.TdClassName
{
border-color: #4435E0;
}
.TagClassName
{
border-color: #4435E0;
}
</style>