Shades of Neon Blue #443AFF
Tints of Neon Blue #443AFF
RGB
CMYK
RGB Variations
Color information
#443AFF (or 0x443AFF) is known color: Neon Blue. HEX triplet: 44, 3A and FF. RGB value is (68,58,255). Sum of RGB (Red+Green+Blue) = 68+58+255=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #443AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443AFF is #BBC500. Grayscale: #525252. Windows color (decimal): -12305665 or 16726596. OLE color: 16726596.
HSL color Cylindrical-coordinate representation of color #443AFF: hue angle of 243.05º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #443AFF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 58 | 255 | - |
| CMYK | 0.73 | 0.77 | 0 | 0 |
| HSL | 243.05º | 1% | 0.61% | - |
| HSV(B) | 243.05º | 0.77% | 1% | - |
| XYZ | 21.95 | 11.48 | 95.67 | - |
| YUV | 83.45 | 224.81 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 255 | 0.73 | 0.77 | 0 | 0 | 243.05 | 1 | 0.61 |
| Hex | 44 | 3A | FF | 49 | 4D | 0 | 0 | F3 | 64 | 3D |
| Octal | 104 | 72 | 377 | 111 | 115 | 0 | 0 | 363 | 144 | 75 |
| Binary | 1000100 | 111010 | 11111111 | 1001001 | 1001101 | 0 | 0 | 11110011 | 1100100 | 111101 |
Color Harmonies of #443AFF
Complementary color
Monochromatic Colors of #443AFF
Black with #443AFF
Text Example
Text Example
White with #443AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443AFF; }
p { color: rgb(68,58,255); }
H1.HeaderClassName
{
color: #443AFF;
}
.AnyTagClassName
{
color: #443AFF;
}
</style>
background-color css
<style>
a { background-color: #443AFF; }
a { background-color: rgb(68,58,255); }
div.DivClassName
{
background-color: #443AFF;
}
.BgClassName
{
background-color: #443AFF;
}
</style>
border-color css
<style>
span { border-color: #443AFF; }
span { border-color: rgb(68,58,255); }
td.TdClassName
{
border-color: #443AFF;
}
.TagClassName
{
border-color: #443AFF;
}
</style>