Shades of Neon Pink #F15EC2
Tints of Neon Pink #F15EC2
RGB
CMYK
RGB Variations
Color information
#F15EC2 (or 0xF15EC2) is known color: Neon Pink. HEX triplet: F1, 5E and C2. RGB value is (241,94,194). Sum of RGB (Red+Green+Blue) = 241+94+194=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC2 is #0EA13D. Grayscale: #959595. Windows color (decimal): -958782 or 12738289. OLE color: 12738289.
HSL color Cylindrical-coordinate representation of color #F15EC2: hue angle of 319.18º 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 #F15EC2 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 194 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.05 |
| HSL | 319.18º | 0.84% | 0.66% | - |
| HSV(B) | 319.18º | 0.61% | 0.95% | - |
| XYZ | 50.02 | 30.6 | 54.31 | - |
| YUV | 149.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 194 | 0 | 0.61 | 0.20 | 0.05 | 319.18 | 0.84 | 0.66 |
| Hex | F1 | 5E | C2 | 0 | 3D | 14 | 5 | 13F | 54 | 42 |
| Octal | 361 | 136 | 302 | 0 | 75 | 24 | 5 | 477 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11000010 | 0 | 111101 | 10100 | 101 | 100111111 | 1010100 | 1000010 |
Color Harmonies of #F15EC2
Complementary color
Monochromatic Colors of #F15EC2
Black with #F15EC2
Text Example
Text Example
White with #F15EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EC2; }
p { color: rgb(241,94,194); }
H1.HeaderClassName
{
color: #F15EC2;
}
.AnyTagClassName
{
color: #F15EC2;
}
</style>
background-color css
<style>
a { background-color: #F15EC2; }
a { background-color: rgb(241,94,194); }
div.DivClassName
{
background-color: #F15EC2;
}
.BgClassName
{
background-color: #F15EC2;
}
</style>
border-color css
<style>
span { border-color: #F15EC2; }
span { border-color: rgb(241,94,194); }
td.TdClassName
{
border-color: #F15EC2;
}
.TagClassName
{
border-color: #F15EC2;
}
</style>