Shades of Neon Blue #443BF8
Tints of Neon Blue #443BF8
RGB
CMYK
RGB Variations
Color information
#443BF8 (or 0x443BF8) is known color: Neon Blue. HEX triplet: 44, 3B and F8. RGB value is (68,59,248). Sum of RGB (Red+Green+Blue) = 68+59+248=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #443BF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443BF8 is #BBC407. Grayscale: #525252. Windows color (decimal): -12305416 or 16268100. OLE color: 16268100.
HSL color Cylindrical-coordinate representation of color #443BF8: hue angle of 242.86º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443BF8 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 59 | 248 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.03 |
| HSL | 242.86º | 0.93% | 0.6% | - |
| HSV(B) | 242.86º | 0.76% | 0.97% | - |
| XYZ | 20.89 | 11.13 | 89.85 | - |
| YUV | 83.24 | 220.98 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 248 | 0.73 | 0.76 | 0 | 0.03 | 242.86 | 0.93 | 0.6 |
| Hex | 44 | 3B | F8 | 49 | 4C | 0 | 3 | F3 | 5D | 3C |
| Octal | 104 | 73 | 370 | 111 | 114 | 0 | 3 | 363 | 135 | 74 |
| Binary | 1000100 | 111011 | 11111000 | 1001001 | 1001100 | 0 | 11 | 11110011 | 1011101 | 111100 |
Color Harmonies of #443BF8
Complementary color
Monochromatic Colors of #443BF8
Black with #443BF8
Text Example
Text Example
White with #443BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BF8; }
p { color: rgb(68,59,248); }
H1.HeaderClassName
{
color: #443BF8;
}
.AnyTagClassName
{
color: #443BF8;
}
</style>
background-color css
<style>
a { background-color: #443BF8; }
a { background-color: rgb(68,59,248); }
div.DivClassName
{
background-color: #443BF8;
}
.BgClassName
{
background-color: #443BF8;
}
</style>
border-color css
<style>
span { border-color: #443BF8; }
span { border-color: rgb(68,59,248); }
td.TdClassName
{
border-color: #443BF8;
}
.TagClassName
{
border-color: #443BF8;
}
</style>