Shades of Neon Blue #443FFC
Tints of Neon Blue #443FFC
RGB
CMYK
RGB Variations
Color information
#443FFC (or 0x443FFC) is known color: Neon Blue. HEX triplet: 44, 3F and FC. RGB value is (68,63,252). Sum of RGB (Red+Green+Blue) = 68+63+252=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #443FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443FFC is #BBC003. Grayscale: #555555. Windows color (decimal): -12304388 or 16531268. OLE color: 16531268.
HSL color Cylindrical-coordinate representation of color #443FFC: hue angle of 241.59º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #443FFC is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 63 | 252 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.01 |
| HSL | 241.59º | 0.97% | 0.62% | - |
| HSV(B) | 241.59º | 0.75% | 0.99% | - |
| XYZ | 21.73 | 11.81 | 93.23 | - |
| YUV | 86.04 | 221.66 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 252 | 0.73 | 0.75 | 0 | 0.01 | 241.59 | 0.97 | 0.62 |
| Hex | 44 | 3F | FC | 49 | 4B | 0 | 1 | F2 | 61 | 3E |
| Octal | 104 | 77 | 374 | 111 | 113 | 0 | 1 | 362 | 141 | 76 |
| Binary | 1000100 | 111111 | 11111100 | 1001001 | 1001011 | 0 | 1 | 11110010 | 1100001 | 111110 |
Color Harmonies of #443FFC
Complementary color
Monochromatic Colors of #443FFC
Black with #443FFC
Text Example
Text Example
White with #443FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443FFC; }
p { color: rgb(68,63,252); }
H1.HeaderClassName
{
color: #443FFC;
}
.AnyTagClassName
{
color: #443FFC;
}
</style>
background-color css
<style>
a { background-color: #443FFC; }
a { background-color: rgb(68,63,252); }
div.DivClassName
{
background-color: #443FFC;
}
.BgClassName
{
background-color: #443FFC;
}
</style>
border-color css
<style>
span { border-color: #443FFC; }
span { border-color: rgb(68,63,252); }
td.TdClassName
{
border-color: #443FFC;
}
.TagClassName
{
border-color: #443FFC;
}
</style>