Shades of Neon Pink #F25AC2
Tints of Neon Pink #F25AC2
RGB
CMYK
RGB Variations
Color information
#F25AC2 (or 0xF25AC2) is known color: Neon Pink. HEX triplet: F2, 5A and C2. RGB value is (242,90,194). Sum of RGB (Red+Green+Blue) = 242+90+194=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AC2 is #0DA53D. Grayscale: #939393. Windows color (decimal): -894270 or 12737266. OLE color: 12737266.
HSL color Cylindrical-coordinate representation of color #F25AC2: hue angle of 318.95º 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 #F25AC2 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 194 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.05 |
| HSL | 318.95º | 0.85% | 0.65% | - |
| HSV(B) | 318.95º | 0.63% | 0.95% | - |
| XYZ | 50.01 | 30.08 | 54.21 | - |
| YUV | 147.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 194 | 0 | 0.63 | 0.20 | 0.05 | 318.95 | 0.85 | 0.65 |
| Hex | F2 | 5A | C2 | 0 | 3F | 14 | 5 | 13F | 55 | 41 |
| Octal | 362 | 132 | 302 | 0 | 77 | 24 | 5 | 477 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11000010 | 0 | 111111 | 10100 | 101 | 100111111 | 1010101 | 1000001 |
Color Harmonies of #F25AC2
Complementary color
Monochromatic Colors of #F25AC2
Black with #F25AC2
Text Example
Text Example
White with #F25AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AC2; }
p { color: rgb(242,90,194); }
H1.HeaderClassName
{
color: #F25AC2;
}
.AnyTagClassName
{
color: #F25AC2;
}
</style>
background-color css
<style>
a { background-color: #F25AC2; }
a { background-color: rgb(242,90,194); }
div.DivClassName
{
background-color: #F25AC2;
}
.BgClassName
{
background-color: #F25AC2;
}
</style>
border-color css
<style>
span { border-color: #F25AC2; }
span { border-color: rgb(242,90,194); }
td.TdClassName
{
border-color: #F25AC2;
}
.TagClassName
{
border-color: #F25AC2;
}
</style>