Shades of Neon Pink #F758C3
Tints of Neon Pink #F758C3
RGB
CMYK
RGB Variations
Color information
#F758C3 (or 0xF758C3) is known color: Neon Pink. HEX triplet: F7, 58 and C3. RGB value is (247,88,195). Sum of RGB (Red+Green+Blue) = 247+88+195=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F758C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758C3 is #08A73C. Grayscale: #939393. Windows color (decimal): -567101 or 12802295. OLE color: 12802295.
HSL color Cylindrical-coordinate representation of color #F758C3: hue angle of 319.62º 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 #F758C3 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 195 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.03 |
| HSL | 319.62º | 0.91% | 0.66% | - |
| HSV(B) | 319.62º | 0.64% | 0.97% | - |
| XYZ | 51.7 | 30.69 | 54.83 | - |
| YUV | 147.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 195 | 0 | 0.64 | 0.21 | 0.03 | 319.62 | 0.91 | 0.66 |
| Hex | F7 | 58 | C3 | 0 | 40 | 15 | 3 | 140 | 5B | 42 |
| Octal | 367 | 130 | 303 | 0 | 100 | 25 | 3 | 500 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11000011 | 0 | 1000000 | 10101 | 11 | 101000000 | 1011011 | 1000010 |
Color Harmonies of #F758C3
Complementary color
Monochromatic Colors of #F758C3
Black with #F758C3
Text Example
Text Example
White with #F758C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758C3; }
p { color: rgb(247,88,195); }
H1.HeaderClassName
{
color: #F758C3;
}
.AnyTagClassName
{
color: #F758C3;
}
</style>
background-color css
<style>
a { background-color: #F758C3; }
a { background-color: rgb(247,88,195); }
div.DivClassName
{
background-color: #F758C3;
}
.BgClassName
{
background-color: #F758C3;
}
</style>
border-color css
<style>
span { border-color: #F758C3; }
span { border-color: rgb(247,88,195); }
td.TdClassName
{
border-color: #F758C3;
}
.TagClassName
{
border-color: #F758C3;
}
</style>