Shades of Neon Pink #F15EC9
Tints of Neon Pink #F15EC9
RGB
CMYK
RGB Variations
Color information
#F15EC9 (or 0xF15EC9) is known color: Neon Pink. HEX triplet: F1, 5E and C9. RGB value is (241,94,201). Sum of RGB (Red+Green+Blue) = 241+94+201=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC9 is #0EA136. Grayscale: #959595. Windows color (decimal): -958775 or 13197041. OLE color: 13197041.
HSL color Cylindrical-coordinate representation of color #F15EC9: hue angle of 316.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EC9 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 201 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.05 |
| HSL | 316.33º | 0.84% | 0.66% | - |
| HSV(B) | 316.33º | 0.61% | 0.95% | - |
| XYZ | 50.82 | 30.92 | 58.55 | - |
| YUV | 150.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 201 | 0 | 0.61 | 0.17 | 0.05 | 316.33 | 0.84 | 0.66 |
| Hex | F1 | 5E | C9 | 0 | 3D | 11 | 5 | 13C | 54 | 42 |
| Octal | 361 | 136 | 311 | 0 | 75 | 21 | 5 | 474 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11001001 | 0 | 111101 | 10001 | 101 | 100111100 | 1010100 | 1000010 |
Color Harmonies of #F15EC9
Complementary color
Monochromatic Colors of #F15EC9
Black with #F15EC9
Text Example
Text Example
White with #F15EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EC9; }
p { color: rgb(241,94,201); }
H1.HeaderClassName
{
color: #F15EC9;
}
.AnyTagClassName
{
color: #F15EC9;
}
</style>
background-color css
<style>
a { background-color: #F15EC9; }
a { background-color: rgb(241,94,201); }
div.DivClassName
{
background-color: #F15EC9;
}
.BgClassName
{
background-color: #F15EC9;
}
</style>
border-color css
<style>
span { border-color: #F15EC9; }
span { border-color: rgb(241,94,201); }
td.TdClassName
{
border-color: #F15EC9;
}
.TagClassName
{
border-color: #F15EC9;
}
</style>