Shades of Neon Blue #443AED
Tints of Neon Blue #443AED
RGB
CMYK
RGB Variations
Color information
#443AED (or 0x443AED) is known color: Neon Blue. HEX triplet: 44, 3A and ED. RGB value is (68,58,237). Sum of RGB (Red+Green+Blue) = 68+58+237=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #443AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443AED is #BBC512. Grayscale: #505050. Windows color (decimal): -12305683 or 15546948. OLE color: 15546948.
HSL color Cylindrical-coordinate representation of color #443AED: hue angle of 243.35º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443AED is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 58 | 237 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.07 |
| HSL | 243.35º | 0.83% | 0.58% | - |
| HSV(B) | 243.35º | 0.76% | 0.93% | - |
| XYZ | 19.18 | 10.37 | 81.11 | - |
| YUV | 81.4 | 215.81 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 237 | 0.71 | 0.76 | 0 | 0.07 | 243.35 | 0.83 | 0.58 |
| Hex | 44 | 3A | ED | 47 | 4C | 0 | 7 | F3 | 53 | 3A |
| Octal | 104 | 72 | 355 | 107 | 114 | 0 | 7 | 363 | 123 | 72 |
| Binary | 1000100 | 111010 | 11101101 | 1000111 | 1001100 | 0 | 111 | 11110011 | 1010011 | 111010 |
Color Harmonies of #443AED
Complementary color
Monochromatic Colors of #443AED
Black with #443AED
Text Example
Text Example
White with #443AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443AED; }
p { color: rgb(68,58,237); }
H1.HeaderClassName
{
color: #443AED;
}
.AnyTagClassName
{
color: #443AED;
}
</style>
background-color css
<style>
a { background-color: #443AED; }
a { background-color: rgb(68,58,237); }
div.DivClassName
{
background-color: #443AED;
}
.BgClassName
{
background-color: #443AED;
}
</style>
border-color css
<style>
span { border-color: #443AED; }
span { border-color: rgb(68,58,237); }
td.TdClassName
{
border-color: #443AED;
}
.TagClassName
{
border-color: #443AED;
}
</style>