Shades of Neon Pink #F75ECB
Tints of Neon Pink #F75ECB
RGB
CMYK
RGB Variations
Color information
#F75ECB (or 0xF75ECB) is known color: Neon Pink. HEX triplet: F7, 5E and CB. RGB value is (247,94,203). Sum of RGB (Red+Green+Blue) = 247+94+203=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ECB is #08A134. Grayscale: #979797. Windows color (decimal): -565557 or 13328119. OLE color: 13328119.
HSL color Cylindrical-coordinate representation of color #F75ECB: hue angle of 317.25º 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 #F75ECB is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 94 | 203 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.03 |
| HSL | 317.25º | 0.91% | 0.67% | - |
| HSV(B) | 317.25º | 0.62% | 0.97% | - |
| XYZ | 53.14 | 32.09 | 59.89 | - |
| YUV | 152.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 203 | 0 | 0.62 | 0.18 | 0.03 | 317.25 | 0.91 | 0.67 |
| Hex | F7 | 5E | CB | 0 | 3E | 12 | 3 | 13D | 5B | 43 |
| Octal | 367 | 136 | 313 | 0 | 76 | 22 | 3 | 475 | 133 | 103 |
| Binary | 11110111 | 1011110 | 11001011 | 0 | 111110 | 10010 | 11 | 100111101 | 1011011 | 1000011 |
Color Harmonies of #F75ECB
Complementary color
Monochromatic Colors of #F75ECB
Black with #F75ECB
Text Example
Text Example
White with #F75ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ECB; }
p { color: rgb(247,94,203); }
H1.HeaderClassName
{
color: #F75ECB;
}
.AnyTagClassName
{
color: #F75ECB;
}
</style>
background-color css
<style>
a { background-color: #F75ECB; }
a { background-color: rgb(247,94,203); }
div.DivClassName
{
background-color: #F75ECB;
}
.BgClassName
{
background-color: #F75ECB;
}
</style>
border-color css
<style>
span { border-color: #F75ECB; }
span { border-color: rgb(247,94,203); }
td.TdClassName
{
border-color: #F75ECB;
}
.TagClassName
{
border-color: #F75ECB;
}
</style>