Shades of Neon Blue #443BF6
Tints of Neon Blue #443BF6
RGB
CMYK
RGB Variations
Color information
#443BF6 (or 0x443BF6) is known color: Neon Blue. HEX triplet: 44, 3B and F6. RGB value is (68,59,246). Sum of RGB (Red+Green+Blue) = 68+59+246=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #443BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443BF6 is #BBC409. Grayscale: #525252. Windows color (decimal): -12305418 or 16137028. OLE color: 16137028.
HSL color Cylindrical-coordinate representation of color #443BF6: hue angle of 242.89º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443BF6 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 59 | 246 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.04 |
| HSL | 242.89º | 0.91% | 0.6% | - |
| HSV(B) | 242.89º | 0.76% | 0.96% | - |
| XYZ | 20.58 | 11.01 | 88.23 | - |
| YUV | 83.01 | 219.98 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 246 | 0.72 | 0.76 | 0 | 0.04 | 242.89 | 0.91 | 0.6 |
| Hex | 44 | 3B | F6 | 48 | 4C | 0 | 4 | F3 | 5B | 3C |
| Octal | 104 | 73 | 366 | 110 | 114 | 0 | 4 | 363 | 133 | 74 |
| Binary | 1000100 | 111011 | 11110110 | 1001000 | 1001100 | 0 | 100 | 11110011 | 1011011 | 111100 |
Color Harmonies of #443BF6
Complementary color
Monochromatic Colors of #443BF6
Black with #443BF6
Text Example
Text Example
White with #443BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BF6; }
p { color: rgb(68,59,246); }
H1.HeaderClassName
{
color: #443BF6;
}
.AnyTagClassName
{
color: #443BF6;
}
</style>
background-color css
<style>
a { background-color: #443BF6; }
a { background-color: rgb(68,59,246); }
div.DivClassName
{
background-color: #443BF6;
}
.BgClassName
{
background-color: #443BF6;
}
</style>
border-color css
<style>
span { border-color: #443BF6; }
span { border-color: rgb(68,59,246); }
td.TdClassName
{
border-color: #443BF6;
}
.TagClassName
{
border-color: #443BF6;
}
</style>