Shades of Neon Pink #F758CA
Tints of Neon Pink #F758CA
RGB
CMYK
RGB Variations
Color information
#F758CA (or 0xF758CA) is known color: Neon Pink. HEX triplet: F7, 58 and CA. RGB value is (247,88,202). Sum of RGB (Red+Green+Blue) = 247+88+202=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F758CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758CA is #08A735. Grayscale: #949494. Windows color (decimal): -567094 or 13261047. OLE color: 13261047.
HSL color Cylindrical-coordinate representation of color #F758CA: hue angle of 316.98º 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 #F758CA is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 202 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.03 |
| HSL | 316.98º | 0.91% | 0.66% | - |
| HSV(B) | 316.98º | 0.64% | 0.97% | - |
| XYZ | 52.51 | 31.02 | 59.1 | - |
| YUV | 148.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 202 | 0 | 0.64 | 0.18 | 0.03 | 316.98 | 0.91 | 0.66 |
| Hex | F7 | 58 | CA | 0 | 40 | 12 | 3 | 13D | 5B | 42 |
| Octal | 367 | 130 | 312 | 0 | 100 | 22 | 3 | 475 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11001010 | 0 | 1000000 | 10010 | 11 | 100111101 | 1011011 | 1000010 |
Color Harmonies of #F758CA
Complementary color
Monochromatic Colors of #F758CA
Black with #F758CA
Text Example
Text Example
White with #F758CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758CA; }
p { color: rgb(247,88,202); }
H1.HeaderClassName
{
color: #F758CA;
}
.AnyTagClassName
{
color: #F758CA;
}
</style>
background-color css
<style>
a { background-color: #F758CA; }
a { background-color: rgb(247,88,202); }
div.DivClassName
{
background-color: #F758CA;
}
.BgClassName
{
background-color: #F758CA;
}
</style>
border-color css
<style>
span { border-color: #F758CA; }
span { border-color: rgb(247,88,202); }
td.TdClassName
{
border-color: #F758CA;
}
.TagClassName
{
border-color: #F758CA;
}
</style>