Shades of Neon Pink #F75DCA
Tints of Neon Pink #F75DCA
RGB
CMYK
RGB Variations
Color information
#F75DCA (or 0xF75DCA) is known color: Neon Pink. HEX triplet: F7, 5D and CA. RGB value is (247,93,202). Sum of RGB (Red+Green+Blue) = 247+93+202=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DCA is #08A235. Grayscale: #979797. Windows color (decimal): -565814 or 13262327. OLE color: 13262327.
HSL color Cylindrical-coordinate representation of color #F75DCA: hue angle of 317.53º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75DCA is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 202 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.03 |
| HSL | 317.53º | 0.91% | 0.67% | - |
| HSV(B) | 317.53º | 0.62% | 0.97% | - |
| XYZ | 52.93 | 31.87 | 59.24 | - |
| YUV | 151.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 202 | 0 | 0.62 | 0.18 | 0.03 | 317.53 | 0.91 | 0.67 |
| Hex | F7 | 5D | CA | 0 | 3E | 12 | 3 | 13E | 5B | 43 |
| Octal | 367 | 135 | 312 | 0 | 76 | 22 | 3 | 476 | 133 | 103 |
| Binary | 11110111 | 1011101 | 11001010 | 0 | 111110 | 10010 | 11 | 100111110 | 1011011 | 1000011 |
Color Harmonies of #F75DCA
Complementary color
Monochromatic Colors of #F75DCA
Black with #F75DCA
Text Example
Text Example
White with #F75DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DCA; }
p { color: rgb(247,93,202); }
H1.HeaderClassName
{
color: #F75DCA;
}
.AnyTagClassName
{
color: #F75DCA;
}
</style>
background-color css
<style>
a { background-color: #F75DCA; }
a { background-color: rgb(247,93,202); }
div.DivClassName
{
background-color: #F75DCA;
}
.BgClassName
{
background-color: #F75DCA;
}
</style>
border-color css
<style>
span { border-color: #F75DCA; }
span { border-color: rgb(247,93,202); }
td.TdClassName
{
border-color: #F75DCA;
}
.TagClassName
{
border-color: #F75DCA;
}
</style>