Shades of Neon Blue #443CFB
Tints of Neon Blue #443CFB
RGB
CMYK
RGB Variations
Color information
#443CFB (or 0x443CFB) is known color: Neon Blue. HEX triplet: 44, 3C and FB. RGB value is (68,60,251). Sum of RGB (Red+Green+Blue) = 68+60+251=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #443CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443CFB is #BBC304. Grayscale: #535353. Windows color (decimal): -12305157 or 16464964. OLE color: 16464964.
HSL color Cylindrical-coordinate representation of color #443CFB: hue angle of 242.51º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443CFB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 60 | 251 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.02 |
| HSL | 242.51º | 0.96% | 0.61% | - |
| HSV(B) | 242.51º | 0.76% | 0.98% | - |
| XYZ | 21.41 | 11.43 | 92.34 | - |
| YUV | 84.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 251 | 0.73 | 0.76 | 0 | 0.02 | 242.51 | 0.96 | 0.61 |
| Hex | 44 | 3C | FB | 49 | 4C | 0 | 2 | F3 | 60 | 3D |
| Octal | 104 | 74 | 373 | 111 | 114 | 0 | 2 | 363 | 140 | 75 |
| Binary | 1000100 | 111100 | 11111011 | 1001001 | 1001100 | 0 | 10 | 11110011 | 1100000 | 111101 |
Color Harmonies of #443CFB
Complementary color
Monochromatic Colors of #443CFB
Black with #443CFB
Text Example
Text Example
White with #443CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CFB; }
p { color: rgb(68,60,251); }
H1.HeaderClassName
{
color: #443CFB;
}
.AnyTagClassName
{
color: #443CFB;
}
</style>
background-color css
<style>
a { background-color: #443CFB; }
a { background-color: rgb(68,60,251); }
div.DivClassName
{
background-color: #443CFB;
}
.BgClassName
{
background-color: #443CFB;
}
</style>
border-color css
<style>
span { border-color: #443CFB; }
span { border-color: rgb(68,60,251); }
td.TdClassName
{
border-color: #443CFB;
}
.TagClassName
{
border-color: #443CFB;
}
</style>