Shades of Neon Blue #443DFB
Tints of Neon Blue #443DFB
RGB
CMYK
RGB Variations
Color information
#443DFB (or 0x443DFB) is known color: Neon Blue. HEX triplet: 44, 3D and FB. RGB value is (68,61,251). Sum of RGB (Red+Green+Blue) = 68+61+251=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #443DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443DFB is #BBC204. Grayscale: #545454. Windows color (decimal): -12304901 or 16465220. OLE color: 16465220.
HSL color Cylindrical-coordinate representation of color #443DFB: hue angle of 242.21º 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 #443DFB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 61 | 251 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.02 |
| HSL | 242.21º | 0.96% | 0.61% | - |
| HSV(B) | 242.21º | 0.76% | 0.98% | - |
| XYZ | 21.47 | 11.53 | 92.36 | - |
| YUV | 84.75 | 221.82 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 251 | 0.73 | 0.76 | 0 | 0.02 | 242.21 | 0.96 | 0.61 |
| Hex | 44 | 3D | FB | 49 | 4C | 0 | 2 | F2 | 60 | 3D |
| Octal | 104 | 75 | 373 | 111 | 114 | 0 | 2 | 362 | 140 | 75 |
| Binary | 1000100 | 111101 | 11111011 | 1001001 | 1001100 | 0 | 10 | 11110010 | 1100000 | 111101 |
Color Harmonies of #443DFB
Complementary color
Monochromatic Colors of #443DFB
Black with #443DFB
Text Example
Text Example
White with #443DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DFB; }
p { color: rgb(68,61,251); }
H1.HeaderClassName
{
color: #443DFB;
}
.AnyTagClassName
{
color: #443DFB;
}
</style>
background-color css
<style>
a { background-color: #443DFB; }
a { background-color: rgb(68,61,251); }
div.DivClassName
{
background-color: #443DFB;
}
.BgClassName
{
background-color: #443DFB;
}
</style>
border-color css
<style>
span { border-color: #443DFB; }
span { border-color: rgb(68,61,251); }
td.TdClassName
{
border-color: #443DFB;
}
.TagClassName
{
border-color: #443DFB;
}
</style>