Shades of Neon Pink #F15EC0
Tints of Neon Pink #F15EC0
RGB
CMYK
RGB Variations
Color information
#F15EC0 (or 0xF15EC0) is known color: Neon Pink. HEX triplet: F1, 5E and C0. RGB value is (241,94,192). Sum of RGB (Red+Green+Blue) = 241+94+192=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC0 is #0EA13F. Grayscale: #949494. Windows color (decimal): -958784 or 12607217. OLE color: 12607217.
HSL color Cylindrical-coordinate representation of color #F15EC0: hue angle of 320º 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 #F15EC0 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 192 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.05 |
| HSL | 320º | 0.84% | 0.66% | - |
| HSV(B) | 320º | 0.61% | 0.95% | - |
| XYZ | 49.79 | 30.51 | 53.13 | - |
| YUV | 149.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 192 | 0 | 0.61 | 0.20 | 0.05 | 320 | 0.84 | 0.66 |
| Hex | F1 | 5E | C0 | 0 | 3D | 14 | 5 | 140 | 54 | 42 |
| Octal | 361 | 136 | 300 | 0 | 75 | 24 | 5 | 500 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11000000 | 0 | 111101 | 10100 | 101 | 101000000 | 1010100 | 1000010 |
Color Harmonies of #F15EC0
Complementary color
Monochromatic Colors of #F15EC0
Black with #F15EC0
Text Example
Text Example
White with #F15EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EC0; }
p { color: rgb(241,94,192); }
H1.HeaderClassName
{
color: #F15EC0;
}
.AnyTagClassName
{
color: #F15EC0;
}
</style>
background-color css
<style>
a { background-color: #F15EC0; }
a { background-color: rgb(241,94,192); }
div.DivClassName
{
background-color: #F15EC0;
}
.BgClassName
{
background-color: #F15EC0;
}
</style>
border-color css
<style>
span { border-color: #F15EC0; }
span { border-color: rgb(241,94,192); }
td.TdClassName
{
border-color: #F15EC0;
}
.TagClassName
{
border-color: #F15EC0;
}
</style>