Shades of Neon Pink #F758C9
Tints of Neon Pink #F758C9
RGB
CMYK
RGB Variations
Color information
#F758C9 (or 0xF758C9) is known color: Neon Pink. HEX triplet: F7, 58 and C9. RGB value is (247,88,201). Sum of RGB (Red+Green+Blue) = 247+88+201=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F758C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758C9 is #08A736. Grayscale: #949494. Windows color (decimal): -567095 or 13195511. OLE color: 13195511.
HSL color Cylindrical-coordinate representation of color #F758C9: hue angle of 317.36º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F758C9 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 201 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.03 |
| HSL | 317.36º | 0.91% | 0.66% | - |
| HSV(B) | 317.36º | 0.64% | 0.97% | - |
| XYZ | 52.39 | 30.97 | 58.48 | - |
| YUV | 148.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 201 | 0 | 0.64 | 0.19 | 0.03 | 317.36 | 0.91 | 0.66 |
| Hex | F7 | 58 | C9 | 0 | 40 | 13 | 3 | 13D | 5B | 42 |
| Octal | 367 | 130 | 311 | 0 | 100 | 23 | 3 | 475 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11001001 | 0 | 1000000 | 10011 | 11 | 100111101 | 1011011 | 1000010 |
Color Harmonies of #F758C9
Complementary color
Monochromatic Colors of #F758C9
Black with #F758C9
Text Example
Text Example
White with #F758C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758C9; }
p { color: rgb(247,88,201); }
H1.HeaderClassName
{
color: #F758C9;
}
.AnyTagClassName
{
color: #F758C9;
}
</style>
background-color css
<style>
a { background-color: #F758C9; }
a { background-color: rgb(247,88,201); }
div.DivClassName
{
background-color: #F758C9;
}
.BgClassName
{
background-color: #F758C9;
}
</style>
border-color css
<style>
span { border-color: #F758C9; }
span { border-color: rgb(247,88,201); }
td.TdClassName
{
border-color: #F758C9;
}
.TagClassName
{
border-color: #F758C9;
}
</style>