Shades of Neon Blue #443CFF
Tints of Neon Blue #443CFF
RGB
CMYK
RGB Variations
Color information
#443CFF (or 0x443CFF) is known color: Neon Blue. HEX triplet: 44, 3C and FF. RGB value is (68,60,255). Sum of RGB (Red+Green+Blue) = 68+60+255=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #443CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443CFF is #BBC300. Grayscale: #535353. Windows color (decimal): -12305153 or 16727108. OLE color: 16727108.
HSL color Cylindrical-coordinate representation of color #443CFF: hue angle of 242.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443CFF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 60 | 255 | - |
| CMYK | 0.73 | 0.76 | 0 | 0 |
| HSL | 242.46º | 1% | 0.62% | - |
| HSV(B) | 242.46º | 0.76% | 1% | - |
| XYZ | 22.05 | 11.68 | 95.7 | - |
| YUV | 84.62 | 224.15 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 255 | 0.73 | 0.76 | 0 | 0 | 242.46 | 1 | 0.62 |
| Hex | 44 | 3C | FF | 49 | 4C | 0 | 0 | F2 | 64 | 3E |
| Octal | 104 | 74 | 377 | 111 | 114 | 0 | 0 | 362 | 144 | 76 |
| Binary | 1000100 | 111100 | 11111111 | 1001001 | 1001100 | 0 | 0 | 11110010 | 1100100 | 111110 |
Color Harmonies of #443CFF
Complementary color
Monochromatic Colors of #443CFF
Black with #443CFF
Text Example
Text Example
White with #443CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CFF; }
p { color: rgb(68,60,255); }
H1.HeaderClassName
{
color: #443CFF;
}
.AnyTagClassName
{
color: #443CFF;
}
</style>
background-color css
<style>
a { background-color: #443CFF; }
a { background-color: rgb(68,60,255); }
div.DivClassName
{
background-color: #443CFF;
}
.BgClassName
{
background-color: #443CFF;
}
</style>
border-color css
<style>
span { border-color: #443CFF; }
span { border-color: rgb(68,60,255); }
td.TdClassName
{
border-color: #443CFF;
}
.TagClassName
{
border-color: #443CFF;
}
</style>