Shades of Neon Pink #F752C2
Tints of Neon Pink #F752C2
RGB
CMYK
RGB Variations
Color information
#F752C2 (or 0xF752C2) is known color: Neon Pink. HEX triplet: F7, 52 and C2. RGB value is (247,82,194). Sum of RGB (Red+Green+Blue) = 247+82+194=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F752C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752C2 is #08AD3D. Grayscale: #8F8F8F. Windows color (decimal): -568638 or 12735223. OLE color: 12735223.
HSL color Cylindrical-coordinate representation of color #F752C2: hue angle of 319.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F752C2 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 194 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.03 |
| HSL | 319.27º | 0.91% | 0.65% | - |
| HSV(B) | 319.27º | 0.67% | 0.97% | - |
| XYZ | 51.11 | 29.7 | 54.08 | - |
| YUV | 144.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 194 | 0 | 0.67 | 0.21 | 0.03 | 319.27 | 0.91 | 0.65 |
| Hex | F7 | 52 | C2 | 0 | 43 | 15 | 3 | 13F | 5B | 41 |
| Octal | 367 | 122 | 302 | 0 | 103 | 25 | 3 | 477 | 133 | 101 |
| Binary | 11110111 | 1010010 | 11000010 | 0 | 1000011 | 10101 | 11 | 100111111 | 1011011 | 1000001 |
Color Harmonies of #F752C2
Complementary color
Monochromatic Colors of #F752C2
Black with #F752C2
Text Example
Text Example
White with #F752C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752C2; }
p { color: rgb(247,82,194); }
H1.HeaderClassName
{
color: #F752C2;
}
.AnyTagClassName
{
color: #F752C2;
}
</style>
background-color css
<style>
a { background-color: #F752C2; }
a { background-color: rgb(247,82,194); }
div.DivClassName
{
background-color: #F752C2;
}
.BgClassName
{
background-color: #F752C2;
}
</style>
border-color css
<style>
span { border-color: #F752C2; }
span { border-color: rgb(247,82,194); }
td.TdClassName
{
border-color: #F752C2;
}
.TagClassName
{
border-color: #F752C2;
}
</style>