Shades of Neon Blue #4435EF
Tints of Neon Blue #4435EF
RGB
CMYK
RGB Variations
Color information
#4435EF (or 0x4435EF) is known color: Neon Blue. HEX triplet: 44, 35 and EF. RGB value is (68,53,239). Sum of RGB (Red+Green+Blue) = 68+53+239=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #4435EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4435EF is #BBCA10. Grayscale: #4D4D4D. Windows color (decimal): -12306961 or 15676740. OLE color: 15676740.
HSL color Cylindrical-coordinate representation of color #4435EF: hue angle of 244.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4435EF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 53 | 239 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.06 |
| HSL | 244.84º | 0.85% | 0.57% | - |
| HSV(B) | 244.84º | 0.78% | 0.94% | - |
| XYZ | 19.24 | 10.01 | 82.58 | - |
| YUV | 78.69 | 218.47 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 239 | 0.72 | 0.78 | 0 | 0.06 | 244.84 | 0.85 | 0.57 |
| Hex | 44 | 35 | EF | 48 | 4E | 0 | 6 | F5 | 55 | 39 |
| Octal | 104 | 65 | 357 | 110 | 116 | 0 | 6 | 365 | 125 | 71 |
| Binary | 1000100 | 110101 | 11101111 | 1001000 | 1001110 | 0 | 110 | 11110101 | 1010101 | 111001 |
Color Harmonies of #4435EF
Complementary color
Monochromatic Colors of #4435EF
Black with #4435EF
Text Example
Text Example
White with #4435EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435EF; }
p { color: rgb(68,53,239); }
H1.HeaderClassName
{
color: #4435EF;
}
.AnyTagClassName
{
color: #4435EF;
}
</style>
background-color css
<style>
a { background-color: #4435EF; }
a { background-color: rgb(68,53,239); }
div.DivClassName
{
background-color: #4435EF;
}
.BgClassName
{
background-color: #4435EF;
}
</style>
border-color css
<style>
span { border-color: #4435EF; }
span { border-color: rgb(68,53,239); }
td.TdClassName
{
border-color: #4435EF;
}
.TagClassName
{
border-color: #4435EF;
}
</style>