Shades of Neon Pink #F15EC5
Tints of Neon Pink #F15EC5
RGB
CMYK
RGB Variations
Color information
#F15EC5 (or 0xF15EC5) is known color: Neon Pink. HEX triplet: F1, 5E and C5. RGB value is (241,94,197). Sum of RGB (Red+Green+Blue) = 241+94+197=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC5 is #0EA13A. Grayscale: #959595. Windows color (decimal): -958779 or 12934897. OLE color: 12934897.
HSL color Cylindrical-coordinate representation of color #F15EC5: hue angle of 317.96º 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 #F15EC5 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 197 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.05 |
| HSL | 317.96º | 0.84% | 0.66% | - |
| HSV(B) | 317.96º | 0.61% | 0.95% | - |
| XYZ | 50.36 | 30.74 | 56.1 | - |
| YUV | 149.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 197 | 0 | 0.61 | 0.18 | 0.05 | 317.96 | 0.84 | 0.66 |
| Hex | F1 | 5E | C5 | 0 | 3D | 12 | 5 | 13E | 54 | 42 |
| Octal | 361 | 136 | 305 | 0 | 75 | 22 | 5 | 476 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11000101 | 0 | 111101 | 10010 | 101 | 100111110 | 1010100 | 1000010 |
Color Harmonies of #F15EC5
Complementary color
Monochromatic Colors of #F15EC5
Black with #F15EC5
Text Example
Text Example
White with #F15EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EC5; }
p { color: rgb(241,94,197); }
H1.HeaderClassName
{
color: #F15EC5;
}
.AnyTagClassName
{
color: #F15EC5;
}
</style>
background-color css
<style>
a { background-color: #F15EC5; }
a { background-color: rgb(241,94,197); }
div.DivClassName
{
background-color: #F15EC5;
}
.BgClassName
{
background-color: #F15EC5;
}
</style>
border-color css
<style>
span { border-color: #F15EC5; }
span { border-color: rgb(241,94,197); }
td.TdClassName
{
border-color: #F15EC5;
}
.TagClassName
{
border-color: #F15EC5;
}
</style>