Shades of Neon Blue #4432FA
Tints of Neon Blue #4432FA
RGB
CMYK
RGB Variations
Color information
#4432FA (or 0x4432FA) is known color: Neon Blue. HEX triplet: 44, 32 and FA. RGB value is (68,50,250). Sum of RGB (Red+Green+Blue) = 68+50+250=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #4432FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4432FA is #BBCD05. Grayscale: #4D4D4D. Windows color (decimal): -12307718 or 16396868. OLE color: 16396868.
HSL color Cylindrical-coordinate representation of color #4432FA: hue angle of 245.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4432FA is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 50 | 250 | - |
| CMYK | 0.73 | 0.8 | 0 | 0.02 |
| HSL | 245.4º | 0.95% | 0.59% | - |
| HSV(B) | 245.4º | 0.8% | 0.98% | - |
| XYZ | 20.78 | 10.41 | 91.36 | - |
| YUV | 78.18 | 224.96 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 250 | 0.73 | 0.8 | 0 | 0.02 | 245.4 | 0.95 | 0.59 |
| Hex | 44 | 32 | FA | 49 | 50 | 0 | 2 | F5 | 5F | 3B |
| Octal | 104 | 62 | 372 | 111 | 120 | 0 | 2 | 365 | 137 | 73 |
| Binary | 1000100 | 110010 | 11111010 | 1001001 | 1010000 | 0 | 10 | 11110101 | 1011111 | 111011 |
Color Harmonies of #4432FA
Complementary color
Monochromatic Colors of #4432FA
Black with #4432FA
Text Example
Text Example
White with #4432FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4432FA; }
p { color: rgb(68,50,250); }
H1.HeaderClassName
{
color: #4432FA;
}
.AnyTagClassName
{
color: #4432FA;
}
</style>
background-color css
<style>
a { background-color: #4432FA; }
a { background-color: rgb(68,50,250); }
div.DivClassName
{
background-color: #4432FA;
}
.BgClassName
{
background-color: #4432FA;
}
</style>
border-color css
<style>
span { border-color: #4432FA; }
span { border-color: rgb(68,50,250); }
td.TdClassName
{
border-color: #4432FA;
}
.TagClassName
{
border-color: #4432FA;
}
</style>