Shades of Neon Pink #F25EC8
Tints of Neon Pink #F25EC8
RGB
CMYK
RGB Variations
Color information
#F25EC8 (or 0xF25EC8) is known color: Neon Pink. HEX triplet: F2, 5E and C8. RGB value is (242,94,200). Sum of RGB (Red+Green+Blue) = 242+94+200=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC8 is #0DA137. Grayscale: #969696. Windows color (decimal): -893240 or 13131506. OLE color: 13131506.
HSL color Cylindrical-coordinate representation of color #F25EC8: hue angle of 317.03º 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 #F25EC8 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 200 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.05 |
| HSL | 317.03º | 0.85% | 0.66% | - |
| HSV(B) | 317.03º | 0.61% | 0.95% | - |
| XYZ | 51.05 | 31.05 | 57.95 | - |
| YUV | 150.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 200 | 0 | 0.61 | 0.17 | 0.05 | 317.03 | 0.85 | 0.66 |
| Hex | F2 | 5E | C8 | 0 | 3D | 11 | 5 | 13D | 55 | 42 |
| Octal | 362 | 136 | 310 | 0 | 75 | 21 | 5 | 475 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11001000 | 0 | 111101 | 10001 | 101 | 100111101 | 1010101 | 1000010 |
Color Harmonies of #F25EC8
Complementary color
Monochromatic Colors of #F25EC8
Black with #F25EC8
Text Example
Text Example
White with #F25EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EC8; }
p { color: rgb(242,94,200); }
H1.HeaderClassName
{
color: #F25EC8;
}
.AnyTagClassName
{
color: #F25EC8;
}
</style>
background-color css
<style>
a { background-color: #F25EC8; }
a { background-color: rgb(242,94,200); }
div.DivClassName
{
background-color: #F25EC8;
}
.BgClassName
{
background-color: #F25EC8;
}
</style>
border-color css
<style>
span { border-color: #F25EC8; }
span { border-color: rgb(242,94,200); }
td.TdClassName
{
border-color: #F25EC8;
}
.TagClassName
{
border-color: #F25EC8;
}
</style>