Shades of Neon Pink #F25AC1
Tints of Neon Pink #F25AC1
RGB
CMYK
RGB Variations
Color information
#F25AC1 (or 0xF25AC1) is known color: Neon Pink. HEX triplet: F2, 5A and C1. RGB value is (242,90,193). Sum of RGB (Red+Green+Blue) = 242+90+193=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AC1 is #0DA53E. Grayscale: #929292. Windows color (decimal): -894271 or 12671730. OLE color: 12671730.
HSL color Cylindrical-coordinate representation of color #F25AC1: hue angle of 319.34º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25AC1 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 193 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.05 |
| HSL | 319.34º | 0.85% | 0.65% | - |
| HSV(B) | 319.34º | 0.63% | 0.95% | - |
| XYZ | 49.9 | 30.04 | 53.62 | - |
| YUV | 147.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 193 | 0 | 0.63 | 0.20 | 0.05 | 319.34 | 0.85 | 0.65 |
| Hex | F2 | 5A | C1 | 0 | 3F | 14 | 5 | 13F | 55 | 41 |
| Octal | 362 | 132 | 301 | 0 | 77 | 24 | 5 | 477 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11000001 | 0 | 111111 | 10100 | 101 | 100111111 | 1010101 | 1000001 |
Color Harmonies of #F25AC1
Complementary color
Monochromatic Colors of #F25AC1
Black with #F25AC1
Text Example
Text Example
White with #F25AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AC1; }
p { color: rgb(242,90,193); }
H1.HeaderClassName
{
color: #F25AC1;
}
.AnyTagClassName
{
color: #F25AC1;
}
</style>
background-color css
<style>
a { background-color: #F25AC1; }
a { background-color: rgb(242,90,193); }
div.DivClassName
{
background-color: #F25AC1;
}
.BgClassName
{
background-color: #F25AC1;
}
</style>
border-color css
<style>
span { border-color: #F25AC1; }
span { border-color: rgb(242,90,193); }
td.TdClassName
{
border-color: #F25AC1;
}
.TagClassName
{
border-color: #F25AC1;
}
</style>