Shades of Neon Blue #4432FC
Tints of Neon Blue #4432FC
RGB
CMYK
RGB Variations
Color information
#4432FC (or 0x4432FC) is known color: Neon Blue. HEX triplet: 44, 32 and FC. RGB value is (68,50,252). Sum of RGB (Red+Green+Blue) = 68+50+252=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #4432FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4432FC is #BBCD03. Grayscale: #4D4D4D. Windows color (decimal): -12307716 or 16527940. OLE color: 16527940.
HSL color Cylindrical-coordinate representation of color #4432FC: hue angle of 245.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4432FC is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 50 | 252 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.01 |
| HSL | 245.35º | 0.97% | 0.59% | - |
| HSV(B) | 245.35º | 0.8% | 0.99% | - |
| XYZ | 21.1 | 10.54 | 93.02 | - |
| YUV | 78.41 | 225.96 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 252 | 0.73 | 0.80 | 0 | 0.01 | 245.35 | 0.97 | 0.59 |
| Hex | 44 | 32 | FC | 49 | 50 | 0 | 1 | F5 | 61 | 3B |
| Octal | 104 | 62 | 374 | 111 | 120 | 0 | 1 | 365 | 141 | 73 |
| Binary | 1000100 | 110010 | 11111100 | 1001001 | 1010000 | 0 | 1 | 11110101 | 1100001 | 111011 |
Color Harmonies of #4432FC
Complementary color
Monochromatic Colors of #4432FC
Black with #4432FC
Text Example
Text Example
White with #4432FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4432FC; }
p { color: rgb(68,50,252); }
H1.HeaderClassName
{
color: #4432FC;
}
.AnyTagClassName
{
color: #4432FC;
}
</style>
background-color css
<style>
a { background-color: #4432FC; }
a { background-color: rgb(68,50,252); }
div.DivClassName
{
background-color: #4432FC;
}
.BgClassName
{
background-color: #4432FC;
}
</style>
border-color css
<style>
span { border-color: #4432FC; }
span { border-color: rgb(68,50,252); }
td.TdClassName
{
border-color: #4432FC;
}
.TagClassName
{
border-color: #4432FC;
}
</style>