Shades of Neon Pink #F25FC5
Tints of Neon Pink #F25FC5
RGB
CMYK
RGB Variations
Color information
#F25FC5 (or 0xF25FC5) is known color: Neon Pink. HEX triplet: F2, 5F and C5. RGB value is (242,95,197). Sum of RGB (Red+Green+Blue) = 242+95+197=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FC5 is #0DA03A. Grayscale: #969696. Windows color (decimal): -892987 or 12935154. OLE color: 12935154.
HSL color Cylindrical-coordinate representation of color #F25FC5: hue angle of 318.37º 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 #F25FC5 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 197 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.05 |
| HSL | 318.37º | 0.85% | 0.66% | - |
| HSV(B) | 318.37º | 0.61% | 0.95% | - |
| XYZ | 50.79 | 31.09 | 56.15 | - |
| YUV | 150.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 197 | 0 | 0.61 | 0.19 | 0.05 | 318.37 | 0.85 | 0.66 |
| Hex | F2 | 5F | C5 | 0 | 3D | 13 | 5 | 13E | 55 | 42 |
| Octal | 362 | 137 | 305 | 0 | 75 | 23 | 5 | 476 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11000101 | 0 | 111101 | 10011 | 101 | 100111110 | 1010101 | 1000010 |
Color Harmonies of #F25FC5
Complementary color
Monochromatic Colors of #F25FC5
Black with #F25FC5
Text Example
Text Example
White with #F25FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FC5; }
p { color: rgb(242,95,197); }
H1.HeaderClassName
{
color: #F25FC5;
}
.AnyTagClassName
{
color: #F25FC5;
}
</style>
background-color css
<style>
a { background-color: #F25FC5; }
a { background-color: rgb(242,95,197); }
div.DivClassName
{
background-color: #F25FC5;
}
.BgClassName
{
background-color: #F25FC5;
}
</style>
border-color css
<style>
span { border-color: #F25FC5; }
span { border-color: rgb(242,95,197); }
td.TdClassName
{
border-color: #F25FC5;
}
.TagClassName
{
border-color: #F25FC5;
}
</style>