Shades of Neon Pink #F755C9
Tints of Neon Pink #F755C9
RGB
CMYK
RGB Variations
Color information
#F755C9 (or 0xF755C9) is known color: Neon Pink. HEX triplet: F7, 55 and C9. RGB value is (247,85,201). Sum of RGB (Red+Green+Blue) = 247+85+201=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F755C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755C9 is #08AA36. Grayscale: #929292. Windows color (decimal): -567863 or 13194743. OLE color: 13194743.
HSL color Cylindrical-coordinate representation of color #F755C9: hue angle of 317.04º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755C9 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 201 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.03 |
| HSL | 317.04º | 0.91% | 0.65% | - |
| HSV(B) | 317.04º | 0.66% | 0.97% | - |
| XYZ | 52.15 | 30.49 | 58.39 | - |
| YUV | 146.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 201 | 0 | 0.66 | 0.19 | 0.03 | 317.04 | 0.91 | 0.65 |
| Hex | F7 | 55 | C9 | 0 | 42 | 13 | 3 | 13D | 5B | 41 |
| Octal | 367 | 125 | 311 | 0 | 102 | 23 | 3 | 475 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11001001 | 0 | 1000010 | 10011 | 11 | 100111101 | 1011011 | 1000001 |
Color Harmonies of #F755C9
Complementary color
Monochromatic Colors of #F755C9
Black with #F755C9
Text Example
Text Example
White with #F755C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755C9; }
p { color: rgb(247,85,201); }
H1.HeaderClassName
{
color: #F755C9;
}
.AnyTagClassName
{
color: #F755C9;
}
</style>
background-color css
<style>
a { background-color: #F755C9; }
a { background-color: rgb(247,85,201); }
div.DivClassName
{
background-color: #F755C9;
}
.BgClassName
{
background-color: #F755C9;
}
</style>
border-color css
<style>
span { border-color: #F755C9; }
span { border-color: rgb(247,85,201); }
td.TdClassName
{
border-color: #F755C9;
}
.TagClassName
{
border-color: #F755C9;
}
</style>