Shades of Neon Pink #F572C1
Tints of Neon Pink #F572C1
RGB
CMYK
RGB Variations
Color information
#F572C1 (or 0xF572C1) is known color: Neon Pink. HEX triplet: F5, 72 and C1. RGB value is (245,114,193). Sum of RGB (Red+Green+Blue) = 245+114+193=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F572C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572C1 is #0A8D3E. Grayscale: #A1A1A1. Windows color (decimal): -691519 or 12677877. OLE color: 12677877.
HSL color Cylindrical-coordinate representation of color #F572C1: hue angle of 323.82º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572C1 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 193 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.04 |
| HSL | 323.82º | 0.87% | 0.7% | - |
| HSV(B) | 323.82º | 0.53% | 0.96% | - |
| XYZ | 53.3 | 35.3 | 54.46 | - |
| YUV | 162.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 193 | 0 | 0.53 | 0.21 | 0.04 | 323.82 | 0.87 | 0.7 |
| Hex | F5 | 72 | C1 | 0 | 35 | 15 | 4 | 144 | 57 | 46 |
| Octal | 365 | 162 | 301 | 0 | 65 | 25 | 4 | 504 | 127 | 106 |
| Binary | 11110101 | 1110010 | 11000001 | 0 | 110101 | 10101 | 100 | 101000100 | 1010111 | 1000110 |
Color Harmonies of #F572C1
Complementary color
Monochromatic Colors of #F572C1
Black with #F572C1
Text Example
Text Example
White with #F572C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572C1; }
p { color: rgb(245,114,193); }
H1.HeaderClassName
{
color: #F572C1;
}
.AnyTagClassName
{
color: #F572C1;
}
</style>
background-color css
<style>
a { background-color: #F572C1; }
a { background-color: rgb(245,114,193); }
div.DivClassName
{
background-color: #F572C1;
}
.BgClassName
{
background-color: #F572C1;
}
</style>
border-color css
<style>
span { border-color: #F572C1; }
span { border-color: rgb(245,114,193); }
td.TdClassName
{
border-color: #F572C1;
}
.TagClassName
{
border-color: #F572C1;
}
</style>