Shades of Neon Pink #F25FC2
Tints of Neon Pink #F25FC2
RGB
CMYK
RGB Variations
Color information
#F25FC2 (or 0xF25FC2) is known color: Neon Pink. HEX triplet: F2, 5F and C2. RGB value is (242,95,194). Sum of RGB (Red+Green+Blue) = 242+95+194=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FC2 is #0DA03D. Grayscale: #959595. Windows color (decimal): -892990 or 12738546. OLE color: 12738546.
HSL color Cylindrical-coordinate representation of color #F25FC2: hue angle of 319.59º 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 #F25FC2 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 194 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.05 |
| HSL | 319.59º | 0.85% | 0.66% | - |
| HSV(B) | 319.59º | 0.61% | 0.95% | - |
| XYZ | 50.45 | 30.96 | 54.36 | - |
| YUV | 150.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 194 | 0 | 0.61 | 0.20 | 0.05 | 319.59 | 0.85 | 0.66 |
| Hex | F2 | 5F | C2 | 0 | 3D | 14 | 5 | 140 | 55 | 42 |
| Octal | 362 | 137 | 302 | 0 | 75 | 24 | 5 | 500 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11000010 | 0 | 111101 | 10100 | 101 | 101000000 | 1010101 | 1000010 |
Color Harmonies of #F25FC2
Complementary color
Monochromatic Colors of #F25FC2
Black with #F25FC2
Text Example
Text Example
White with #F25FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FC2; }
p { color: rgb(242,95,194); }
H1.HeaderClassName
{
color: #F25FC2;
}
.AnyTagClassName
{
color: #F25FC2;
}
</style>
background-color css
<style>
a { background-color: #F25FC2; }
a { background-color: rgb(242,95,194); }
div.DivClassName
{
background-color: #F25FC2;
}
.BgClassName
{
background-color: #F25FC2;
}
</style>
border-color css
<style>
span { border-color: #F25FC2; }
span { border-color: rgb(242,95,194); }
td.TdClassName
{
border-color: #F25FC2;
}
.TagClassName
{
border-color: #F25FC2;
}
</style>