Shades of Neon Blue #324CF4
Tints of Neon Blue #324CF4
RGB
CMYK
RGB Variations
Color information
#324CF4 (or 0x324CF4) is known color: Neon Blue. HEX triplet: 32, 4C and F4. RGB value is (50,76,244). Sum of RGB (Red+Green+Blue) = 50+76+244=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 244 (95.70% from 255 or 65.95% from 370); Max value from RGB is 244 - color contains mainly: blue. Hex color #324CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CF4 is #CDB30B. Grayscale: #565656. Windows color (decimal): -13480716 or 16010290. OLE color: 16010290.
HSL color Cylindrical-coordinate representation of color #324CF4: hue angle of 231.96º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324CF4 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 76 | 244 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.04 |
| HSL | 231.96º | 0.9% | 0.58% | - |
| HSV(B) | 231.96º | 0.8% | 0.96% | - |
| XYZ | 20.23 | 12.38 | 86.91 | - |
| YUV | 87.38 | 216.39 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 244 | 0.80 | 0.69 | 0 | 0.04 | 231.96 | 0.9 | 0.58 |
| Hex | 32 | 4C | F4 | 50 | 45 | 0 | 4 | E8 | 5A | 3A |
| Octal | 62 | 114 | 364 | 120 | 105 | 0 | 4 | 350 | 132 | 72 |
| Binary | 110010 | 1001100 | 11110100 | 1010000 | 1000101 | 0 | 100 | 11101000 | 1011010 | 111010 |
Color Harmonies of #324CF4
Complementary color
Monochromatic Colors of #324CF4
Black with #324CF4
Text Example
Text Example
White with #324CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CF4; }
p { color: rgb(50,76,244); }
H1.HeaderClassName
{
color: #324CF4;
}
.AnyTagClassName
{
color: #324CF4;
}
</style>
background-color css
<style>
a { background-color: #324CF4; }
a { background-color: rgb(50,76,244); }
div.DivClassName
{
background-color: #324CF4;
}
.BgClassName
{
background-color: #324CF4;
}
</style>
border-color css
<style>
span { border-color: #324CF4; }
span { border-color: rgb(50,76,244); }
td.TdClassName
{
border-color: #324CF4;
}
.TagClassName
{
border-color: #324CF4;
}
</style>