Shades of Neon Blue #4435DC
Tints of Neon Blue #4435DC
RGB
CMYK
RGB Variations
Color information
#4435DC (or 0x4435DC) is known color: Neon Blue. HEX triplet: 44, 35 and DC. RGB value is (68,53,220). Sum of RGB (Red+Green+Blue) = 68+53+220=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4435DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4435DC is #BBCA23. Grayscale: #4B4B4B. Windows color (decimal): -12306980 or 14431556. OLE color: 14431556.
HSL color Cylindrical-coordinate representation of color #4435DC: hue angle of 245.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4435DC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 53 | 220 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.14 |
| HSL | 245.39º | 0.7% | 0.54% | - |
| HSV(B) | 245.39º | 0.76% | 0.86% | - |
| XYZ | 16.58 | 8.94 | 68.56 | - |
| YUV | 76.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 220 | 0.69 | 0.76 | 0 | 0.14 | 245.39 | 0.7 | 0.54 |
| Hex | 44 | 35 | DC | 45 | 4C | 0 | E | F5 | 46 | 36 |
| Octal | 104 | 65 | 334 | 105 | 114 | 0 | 16 | 365 | 106 | 66 |
| Binary | 1000100 | 110101 | 11011100 | 1000101 | 1001100 | 0 | 1110 | 11110101 | 1000110 | 110110 |
Color Harmonies of #4435DC
Complementary color
Monochromatic Colors of #4435DC
Black with #4435DC
Text Example
Text Example
White with #4435DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435DC; }
p { color: rgb(68,53,220); }
H1.HeaderClassName
{
color: #4435DC;
}
.AnyTagClassName
{
color: #4435DC;
}
</style>
background-color css
<style>
a { background-color: #4435DC; }
a { background-color: rgb(68,53,220); }
div.DivClassName
{
background-color: #4435DC;
}
.BgClassName
{
background-color: #4435DC;
}
</style>
border-color css
<style>
span { border-color: #4435DC; }
span { border-color: rgb(68,53,220); }
td.TdClassName
{
border-color: #4435DC;
}
.TagClassName
{
border-color: #4435DC;
}
</style>