Shades of Neon Blue #4435EE
Tints of Neon Blue #4435EE
RGB
CMYK
RGB Variations
Color information
#4435EE (or 0x4435EE) is known color: Neon Blue. HEX triplet: 44, 35 and EE. RGB value is (68,53,238). Sum of RGB (Red+Green+Blue) = 68+53+238=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #4435EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4435EE is #BBCA11. Grayscale: #4D4D4D. Windows color (decimal): -12306962 or 15611204. OLE color: 15611204.
HSL color Cylindrical-coordinate representation of color #4435EE: hue angle of 244.86º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4435EE is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 53 | 238 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.07 |
| HSL | 244.86º | 0.84% | 0.57% | - |
| HSV(B) | 244.86º | 0.78% | 0.93% | - |
| XYZ | 19.09 | 9.95 | 81.8 | - |
| YUV | 78.58 | 217.97 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 238 | 0.71 | 0.78 | 0 | 0.07 | 244.86 | 0.84 | 0.57 |
| Hex | 44 | 35 | EE | 47 | 4E | 0 | 7 | F5 | 54 | 39 |
| Octal | 104 | 65 | 356 | 107 | 116 | 0 | 7 | 365 | 124 | 71 |
| Binary | 1000100 | 110101 | 11101110 | 1000111 | 1001110 | 0 | 111 | 11110101 | 1010100 | 111001 |
Color Harmonies of #4435EE
Complementary color
Monochromatic Colors of #4435EE
Black with #4435EE
Text Example
Text Example
White with #4435EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435EE; }
p { color: rgb(68,53,238); }
H1.HeaderClassName
{
color: #4435EE;
}
.AnyTagClassName
{
color: #4435EE;
}
</style>
background-color css
<style>
a { background-color: #4435EE; }
a { background-color: rgb(68,53,238); }
div.DivClassName
{
background-color: #4435EE;
}
.BgClassName
{
background-color: #4435EE;
}
</style>
border-color css
<style>
span { border-color: #4435EE; }
span { border-color: rgb(68,53,238); }
td.TdClassName
{
border-color: #4435EE;
}
.TagClassName
{
border-color: #4435EE;
}
</style>