Shades of Neon Pink #F25EC7
Tints of Neon Pink #F25EC7
RGB
CMYK
RGB Variations
Color information
#F25EC7 (or 0xF25EC7) is known color: Neon Pink. HEX triplet: F2, 5E and C7. RGB value is (242,94,199). Sum of RGB (Red+Green+Blue) = 242+94+199=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC7 is #0DA138. Grayscale: #959595. Windows color (decimal): -893241 or 13065970. OLE color: 13065970.
HSL color Cylindrical-coordinate representation of color #F25EC7: hue angle of 317.43º 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 #F25EC7 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 199 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.05 |
| HSL | 317.43º | 0.85% | 0.66% | - |
| HSV(B) | 317.43º | 0.61% | 0.95% | - |
| XYZ | 50.93 | 31.01 | 57.33 | - |
| YUV | 150.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 199 | 0 | 0.61 | 0.18 | 0.05 | 317.43 | 0.85 | 0.66 |
| Hex | F2 | 5E | C7 | 0 | 3D | 12 | 5 | 13D | 55 | 42 |
| Octal | 362 | 136 | 307 | 0 | 75 | 22 | 5 | 475 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11000111 | 0 | 111101 | 10010 | 101 | 100111101 | 1010101 | 1000010 |
Color Harmonies of #F25EC7
Complementary color
Monochromatic Colors of #F25EC7
Black with #F25EC7
Text Example
Text Example
White with #F25EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EC7; }
p { color: rgb(242,94,199); }
H1.HeaderClassName
{
color: #F25EC7;
}
.AnyTagClassName
{
color: #F25EC7;
}
</style>
background-color css
<style>
a { background-color: #F25EC7; }
a { background-color: rgb(242,94,199); }
div.DivClassName
{
background-color: #F25EC7;
}
.BgClassName
{
background-color: #F25EC7;
}
</style>
border-color css
<style>
span { border-color: #F25EC7; }
span { border-color: rgb(242,94,199); }
td.TdClassName
{
border-color: #F25EC7;
}
.TagClassName
{
border-color: #F25EC7;
}
</style>