Shades of Neon Blue #443CFC
Tints of Neon Blue #443CFC
RGB
CMYK
RGB Variations
Color information
#443CFC (or 0x443CFC) is known color: Neon Blue. HEX triplet: 44, 3C and FC. RGB value is (68,60,252). Sum of RGB (Red+Green+Blue) = 68+60+252=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #443CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443CFC is #BBC303. Grayscale: #535353. Windows color (decimal): -12305156 or 16530500. OLE color: 16530500.
HSL color Cylindrical-coordinate representation of color #443CFC: hue angle of 242.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443CFC is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 60 | 252 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.01 |
| HSL | 242.5º | 0.97% | 0.61% | - |
| HSV(B) | 242.5º | 0.76% | 0.99% | - |
| XYZ | 21.57 | 11.49 | 93.18 | - |
| YUV | 84.28 | 222.65 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 252 | 0.73 | 0.76 | 0 | 0.01 | 242.5 | 0.97 | 0.61 |
| Hex | 44 | 3C | FC | 49 | 4C | 0 | 1 | F2 | 61 | 3D |
| Octal | 104 | 74 | 374 | 111 | 114 | 0 | 1 | 362 | 141 | 75 |
| Binary | 1000100 | 111100 | 11111100 | 1001001 | 1001100 | 0 | 1 | 11110010 | 1100001 | 111101 |
Color Harmonies of #443CFC
Complementary color
Monochromatic Colors of #443CFC
Black with #443CFC
Text Example
Text Example
White with #443CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CFC; }
p { color: rgb(68,60,252); }
H1.HeaderClassName
{
color: #443CFC;
}
.AnyTagClassName
{
color: #443CFC;
}
</style>
background-color css
<style>
a { background-color: #443CFC; }
a { background-color: rgb(68,60,252); }
div.DivClassName
{
background-color: #443CFC;
}
.BgClassName
{
background-color: #443CFC;
}
</style>
border-color css
<style>
span { border-color: #443CFC; }
span { border-color: rgb(68,60,252); }
td.TdClassName
{
border-color: #443CFC;
}
.TagClassName
{
border-color: #443CFC;
}
</style>