Shades of Neon Blue #443CE0
Tints of Neon Blue #443CE0
RGB
CMYK
RGB Variations
Color information
#443CE0 (or 0x443CE0) is known color: Neon Blue. HEX triplet: 44, 3C and E0. RGB value is (68,60,224). Sum of RGB (Red+Green+Blue) = 68+60+224=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #443CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CE0 is #BBC31F. Grayscale: #505050. Windows color (decimal): -12305184 or 14695492. OLE color: 14695492.
HSL color Cylindrical-coordinate representation of color #443CE0: hue angle of 242.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #443CE0 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 60 | 224 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.12 |
| HSL | 242.93º | 0.73% | 0.56% | - |
| HSV(B) | 242.93º | 0.73% | 0.88% | - |
| XYZ | 17.45 | 9.84 | 71.5 | - |
| YUV | 81.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 224 | 0.70 | 0.73 | 0 | 0.12 | 242.93 | 0.73 | 0.56 |
| Hex | 44 | 3C | E0 | 46 | 49 | 0 | C | F3 | 49 | 38 |
| Octal | 104 | 74 | 340 | 106 | 111 | 0 | 14 | 363 | 111 | 70 |
| Binary | 1000100 | 111100 | 11100000 | 1000110 | 1001001 | 0 | 1100 | 11110011 | 1001001 | 111000 |
Color Harmonies of #443CE0
Complementary color
Monochromatic Colors of #443CE0
Black with #443CE0
Text Example
Text Example
White with #443CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CE0; }
p { color: rgb(68,60,224); }
H1.HeaderClassName
{
color: #443CE0;
}
.AnyTagClassName
{
color: #443CE0;
}
</style>
background-color css
<style>
a { background-color: #443CE0; }
a { background-color: rgb(68,60,224); }
div.DivClassName
{
background-color: #443CE0;
}
.BgClassName
{
background-color: #443CE0;
}
</style>
border-color css
<style>
span { border-color: #443CE0; }
span { border-color: rgb(68,60,224); }
td.TdClassName
{
border-color: #443CE0;
}
.TagClassName
{
border-color: #443CE0;
}
</style>