Shades of Neon Pink #F752C5
Tints of Neon Pink #F752C5
RGB
CMYK
RGB Variations
Color information
#F752C5 (or 0xF752C5) is known color: Neon Pink. HEX triplet: F7, 52 and C5. RGB value is (247,82,197). Sum of RGB (Red+Green+Blue) = 247+82+197=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F752C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752C5 is #08AD3A. Grayscale: #909090. Windows color (decimal): -568635 or 12931831. OLE color: 12931831.
HSL color Cylindrical-coordinate representation of color #F752C5: hue angle of 318.18º 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 #F752C5 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 197 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.03 |
| HSL | 318.18º | 0.91% | 0.65% | - |
| HSV(B) | 318.18º | 0.67% | 0.97% | - |
| XYZ | 51.45 | 29.84 | 55.87 | - |
| YUV | 144.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 197 | 0 | 0.67 | 0.20 | 0.03 | 318.18 | 0.91 | 0.65 |
| Hex | F7 | 52 | C5 | 0 | 43 | 14 | 3 | 13E | 5B | 41 |
| Octal | 367 | 122 | 305 | 0 | 103 | 24 | 3 | 476 | 133 | 101 |
| Binary | 11110111 | 1010010 | 11000101 | 0 | 1000011 | 10100 | 11 | 100111110 | 1011011 | 1000001 |
Color Harmonies of #F752C5
Complementary color
Monochromatic Colors of #F752C5
Black with #F752C5
Text Example
Text Example
White with #F752C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752C5; }
p { color: rgb(247,82,197); }
H1.HeaderClassName
{
color: #F752C5;
}
.AnyTagClassName
{
color: #F752C5;
}
</style>
background-color css
<style>
a { background-color: #F752C5; }
a { background-color: rgb(247,82,197); }
div.DivClassName
{
background-color: #F752C5;
}
.BgClassName
{
background-color: #F752C5;
}
</style>
border-color css
<style>
span { border-color: #F752C5; }
span { border-color: rgb(247,82,197); }
td.TdClassName
{
border-color: #F752C5;
}
.TagClassName
{
border-color: #F752C5;
}
</style>