Shades of Neon Pink #F25EC1
Tints of Neon Pink #F25EC1
RGB
CMYK
RGB Variations
Color information
#F25EC1 (or 0xF25EC1) is known color: Neon Pink. HEX triplet: F2, 5E and C1. RGB value is (242,94,193). Sum of RGB (Red+Green+Blue) = 242+94+193=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC1 is #0DA13E. Grayscale: #959595. Windows color (decimal): -893247 or 12672754. OLE color: 12672754.
HSL color Cylindrical-coordinate representation of color #F25EC1: hue angle of 319.86º degrees, saturation: 0.85, 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 #F25EC1 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 193 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.05 |
| HSL | 319.86º | 0.85% | 0.66% | - |
| HSV(B) | 319.86º | 0.61% | 0.95% | - |
| XYZ | 50.25 | 30.73 | 53.74 | - |
| YUV | 149.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 193 | 0 | 0.61 | 0.20 | 0.05 | 319.86 | 0.85 | 0.66 |
| Hex | F2 | 5E | C1 | 0 | 3D | 14 | 5 | 140 | 55 | 42 |
| Octal | 362 | 136 | 301 | 0 | 75 | 24 | 5 | 500 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11000001 | 0 | 111101 | 10100 | 101 | 101000000 | 1010101 | 1000010 |
Color Harmonies of #F25EC1
Complementary color
Monochromatic Colors of #F25EC1
Black with #F25EC1
Text Example
Text Example
White with #F25EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EC1; }
p { color: rgb(242,94,193); }
H1.HeaderClassName
{
color: #F25EC1;
}
.AnyTagClassName
{
color: #F25EC1;
}
</style>
background-color css
<style>
a { background-color: #F25EC1; }
a { background-color: rgb(242,94,193); }
div.DivClassName
{
background-color: #F25EC1;
}
.BgClassName
{
background-color: #F25EC1;
}
</style>
border-color css
<style>
span { border-color: #F25EC1; }
span { border-color: rgb(242,94,193); }
td.TdClassName
{
border-color: #F25EC1;
}
.TagClassName
{
border-color: #F25EC1;
}
</style>