Shades of Neon Pink #F372C4
Tints of Neon Pink #F372C4
RGB
CMYK
RGB Variations
Color information
#F372C4 (or 0xF372C4) is known color: Neon Pink. HEX triplet: F3, 72 and C4. RGB value is (243,114,196). Sum of RGB (Red+Green+Blue) = 243+114+196=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F372C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372C4 is #0C8D3B. Grayscale: #A1A1A1. Windows color (decimal): -822588 or 12874483. OLE color: 12874483.
HSL color Cylindrical-coordinate representation of color #F372C4: hue angle of 321.86º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F372C4 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 196 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.05 |
| HSL | 321.86º | 0.84% | 0.7% | - |
| HSV(B) | 321.86º | 0.53% | 0.95% | - |
| XYZ | 52.94 | 35.07 | 56.2 | - |
| YUV | 161.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 196 | 0 | 0.53 | 0.19 | 0.05 | 321.86 | 0.84 | 0.7 |
| Hex | F3 | 72 | C4 | 0 | 35 | 13 | 5 | 142 | 54 | 46 |
| Octal | 363 | 162 | 304 | 0 | 65 | 23 | 5 | 502 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11000100 | 0 | 110101 | 10011 | 101 | 101000010 | 1010100 | 1000110 |
Color Harmonies of #F372C4
Complementary color
Monochromatic Colors of #F372C4
Black with #F372C4
Text Example
Text Example
White with #F372C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372C4; }
p { color: rgb(243,114,196); }
H1.HeaderClassName
{
color: #F372C4;
}
.AnyTagClassName
{
color: #F372C4;
}
</style>
background-color css
<style>
a { background-color: #F372C4; }
a { background-color: rgb(243,114,196); }
div.DivClassName
{
background-color: #F372C4;
}
.BgClassName
{
background-color: #F372C4;
}
</style>
border-color css
<style>
span { border-color: #F372C4; }
span { border-color: rgb(243,114,196); }
td.TdClassName
{
border-color: #F372C4;
}
.TagClassName
{
border-color: #F372C4;
}
</style>