Shades of Neon Pink #F75ECE
Tints of Neon Pink #F75ECE
RGB
CMYK
RGB Variations
Color information
#F75ECE (or 0xF75ECE) is known color: Neon Pink. HEX triplet: F7, 5E and CE. RGB value is (247,94,206). Sum of RGB (Red+Green+Blue) = 247+94+206=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ECE is #08A131. Grayscale: #989898. Windows color (decimal): -565554 or 13524727. OLE color: 13524727.
HSL color Cylindrical-coordinate representation of color #F75ECE: hue angle of 316.08º 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 #F75ECE is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 94 | 206 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.03 |
| HSL | 316.08º | 0.91% | 0.67% | - |
| HSV(B) | 316.08º | 0.62% | 0.97% | - |
| XYZ | 53.5 | 32.24 | 61.79 | - |
| YUV | 152.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 206 | 0 | 0.62 | 0.17 | 0.03 | 316.08 | 0.91 | 0.67 |
| Hex | F7 | 5E | CE | 0 | 3E | 11 | 3 | 13C | 5B | 43 |
| Octal | 367 | 136 | 316 | 0 | 76 | 21 | 3 | 474 | 133 | 103 |
| Binary | 11110111 | 1011110 | 11001110 | 0 | 111110 | 10001 | 11 | 100111100 | 1011011 | 1000011 |
Color Harmonies of #F75ECE
Complementary color
Monochromatic Colors of #F75ECE
Black with #F75ECE
Text Example
Text Example
White with #F75ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ECE; }
p { color: rgb(247,94,206); }
H1.HeaderClassName
{
color: #F75ECE;
}
.AnyTagClassName
{
color: #F75ECE;
}
</style>
background-color css
<style>
a { background-color: #F75ECE; }
a { background-color: rgb(247,94,206); }
div.DivClassName
{
background-color: #F75ECE;
}
.BgClassName
{
background-color: #F75ECE;
}
</style>
border-color css
<style>
span { border-color: #F75ECE; }
span { border-color: rgb(247,94,206); }
td.TdClassName
{
border-color: #F75ECE;
}
.TagClassName
{
border-color: #F75ECE;
}
</style>