Shades of Neon Pink #F25EC5
Tints of Neon Pink #F25EC5
RGB
CMYK
RGB Variations
Color information
#F25EC5 (or 0xF25EC5) is known color: Neon Pink. HEX triplet: F2, 5E and C5. RGB value is (242,94,197). Sum of RGB (Red+Green+Blue) = 242+94+197=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC5 is #0DA13A. Grayscale: #959595. Windows color (decimal): -893243 or 12934898. OLE color: 12934898.
HSL color Cylindrical-coordinate representation of color #F25EC5: hue angle of 318.24º 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 #F25EC5 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 197 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.05 |
| HSL | 318.24º | 0.85% | 0.66% | - |
| HSV(B) | 318.24º | 0.61% | 0.95% | - |
| XYZ | 50.7 | 30.91 | 56.12 | - |
| YUV | 149.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 197 | 0 | 0.61 | 0.19 | 0.05 | 318.24 | 0.85 | 0.66 |
| Hex | F2 | 5E | C5 | 0 | 3D | 13 | 5 | 13E | 55 | 42 |
| Octal | 362 | 136 | 305 | 0 | 75 | 23 | 5 | 476 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11000101 | 0 | 111101 | 10011 | 101 | 100111110 | 1010101 | 1000010 |
Color Harmonies of #F25EC5
Complementary color
Monochromatic Colors of #F25EC5
Black with #F25EC5
Text Example
Text Example
White with #F25EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EC5; }
p { color: rgb(242,94,197); }
H1.HeaderClassName
{
color: #F25EC5;
}
.AnyTagClassName
{
color: #F25EC5;
}
</style>
background-color css
<style>
a { background-color: #F25EC5; }
a { background-color: rgb(242,94,197); }
div.DivClassName
{
background-color: #F25EC5;
}
.BgClassName
{
background-color: #F25EC5;
}
</style>
border-color css
<style>
span { border-color: #F25EC5; }
span { border-color: rgb(242,94,197); }
td.TdClassName
{
border-color: #F25EC5;
}
.TagClassName
{
border-color: #F25EC5;
}
</style>