Shades of Neon Pink #F75DC2
Tints of Neon Pink #F75DC2
RGB
CMYK
RGB Variations
Color information
#F75DC2 (or 0xF75DC2) is known color: Neon Pink. HEX triplet: F7, 5D and C2. RGB value is (247,93,194). Sum of RGB (Red+Green+Blue) = 247+93+194=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DC2 is #08A23D. Grayscale: #969696. Windows color (decimal): -565822 or 12738039. OLE color: 12738039.
HSL color Cylindrical-coordinate representation of color #F75DC2: hue angle of 320.65º 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 #F75DC2 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 194 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.03 |
| HSL | 320.65º | 0.91% | 0.67% | - |
| HSV(B) | 320.65º | 0.62% | 0.97% | - |
| XYZ | 52.01 | 31.5 | 54.38 | - |
| YUV | 150.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 194 | 0 | 0.62 | 0.21 | 0.03 | 320.65 | 0.91 | 0.67 |
| Hex | F7 | 5D | C2 | 0 | 3E | 15 | 3 | 141 | 5B | 43 |
| Octal | 367 | 135 | 302 | 0 | 76 | 25 | 3 | 501 | 133 | 103 |
| Binary | 11110111 | 1011101 | 11000010 | 0 | 111110 | 10101 | 11 | 101000001 | 1011011 | 1000011 |
Color Harmonies of #F75DC2
Complementary color
Monochromatic Colors of #F75DC2
Black with #F75DC2
Text Example
Text Example
White with #F75DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DC2; }
p { color: rgb(247,93,194); }
H1.HeaderClassName
{
color: #F75DC2;
}
.AnyTagClassName
{
color: #F75DC2;
}
</style>
background-color css
<style>
a { background-color: #F75DC2; }
a { background-color: rgb(247,93,194); }
div.DivClassName
{
background-color: #F75DC2;
}
.BgClassName
{
background-color: #F75DC2;
}
</style>
border-color css
<style>
span { border-color: #F75DC2; }
span { border-color: rgb(247,93,194); }
td.TdClassName
{
border-color: #F75DC2;
}
.TagClassName
{
border-color: #F75DC2;
}
</style>