Shades of Neon Pink #F758C2
Tints of Neon Pink #F758C2
RGB
CMYK
RGB Variations
Color information
#F758C2 (or 0xF758C2) is known color: Neon Pink. HEX triplet: F7, 58 and C2. RGB value is (247,88,194). Sum of RGB (Red+Green+Blue) = 247+88+194=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F758C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758C2 is #08A73D. Grayscale: #939393. Windows color (decimal): -567102 or 12736759. OLE color: 12736759.
HSL color Cylindrical-coordinate representation of color #F758C2: hue angle of 320º 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 #F758C2 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 194 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.03 |
| HSL | 320º | 0.91% | 0.66% | - |
| HSV(B) | 320º | 0.64% | 0.97% | - |
| XYZ | 51.59 | 30.65 | 54.24 | - |
| YUV | 147.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 194 | 0 | 0.64 | 0.21 | 0.03 | 320 | 0.91 | 0.66 |
| Hex | F7 | 58 | C2 | 0 | 40 | 15 | 3 | 140 | 5B | 42 |
| Octal | 367 | 130 | 302 | 0 | 100 | 25 | 3 | 500 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11000010 | 0 | 1000000 | 10101 | 11 | 101000000 | 1011011 | 1000010 |
Color Harmonies of #F758C2
Complementary color
Monochromatic Colors of #F758C2
Black with #F758C2
Text Example
Text Example
White with #F758C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758C2; }
p { color: rgb(247,88,194); }
H1.HeaderClassName
{
color: #F758C2;
}
.AnyTagClassName
{
color: #F758C2;
}
</style>
background-color css
<style>
a { background-color: #F758C2; }
a { background-color: rgb(247,88,194); }
div.DivClassName
{
background-color: #F758C2;
}
.BgClassName
{
background-color: #F758C2;
}
</style>
border-color css
<style>
span { border-color: #F758C2; }
span { border-color: rgb(247,88,194); }
td.TdClassName
{
border-color: #F758C2;
}
.TagClassName
{
border-color: #F758C2;
}
</style>