Shades of Neon Pink #F758CC
Tints of Neon Pink #F758CC
RGB
CMYK
RGB Variations
Color information
#F758CC (or 0xF758CC) is known color: Neon Pink. HEX triplet: F7, 58 and CC. RGB value is (247,88,204). Sum of RGB (Red+Green+Blue) = 247+88+204=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F758CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758CC is #08A733. Grayscale: #949494. Windows color (decimal): -567092 or 13392119. OLE color: 13392119.
HSL color Cylindrical-coordinate representation of color #F758CC: hue angle of 316.23º 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 #F758CC is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 204 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.03 |
| HSL | 316.23º | 0.91% | 0.66% | - |
| HSV(B) | 316.23º | 0.64% | 0.97% | - |
| XYZ | 52.75 | 31.11 | 60.35 | - |
| YUV | 148.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 204 | 0 | 0.64 | 0.17 | 0.03 | 316.23 | 0.91 | 0.66 |
| Hex | F7 | 58 | CC | 0 | 40 | 11 | 3 | 13C | 5B | 42 |
| Octal | 367 | 130 | 314 | 0 | 100 | 21 | 3 | 474 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11001100 | 0 | 1000000 | 10001 | 11 | 100111100 | 1011011 | 1000010 |
Color Harmonies of #F758CC
Complementary color
Monochromatic Colors of #F758CC
Black with #F758CC
Text Example
Text Example
White with #F758CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758CC; }
p { color: rgb(247,88,204); }
H1.HeaderClassName
{
color: #F758CC;
}
.AnyTagClassName
{
color: #F758CC;
}
</style>
background-color css
<style>
a { background-color: #F758CC; }
a { background-color: rgb(247,88,204); }
div.DivClassName
{
background-color: #F758CC;
}
.BgClassName
{
background-color: #F758CC;
}
</style>
border-color css
<style>
span { border-color: #F758CC; }
span { border-color: rgb(247,88,204); }
td.TdClassName
{
border-color: #F758CC;
}
.TagClassName
{
border-color: #F758CC;
}
</style>