Shades of Neon Pink #F25FC1
Tints of Neon Pink #F25FC1
RGB
CMYK
RGB Variations
Color information
#F25FC1 (or 0xF25FC1) is known color: Neon Pink. HEX triplet: F2, 5F and C1. RGB value is (242,95,193). Sum of RGB (Red+Green+Blue) = 242+95+193=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FC1 is #0DA03E. Grayscale: #959595. Windows color (decimal): -892991 or 12673010. OLE color: 12673010.
HSL color Cylindrical-coordinate representation of color #F25FC1: hue angle of 320º 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 #F25FC1 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 193 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.05 |
| HSL | 320º | 0.85% | 0.66% | - |
| HSV(B) | 320º | 0.61% | 0.95% | - |
| XYZ | 50.34 | 30.91 | 53.77 | - |
| YUV | 150.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 193 | 0 | 0.61 | 0.20 | 0.05 | 320 | 0.85 | 0.66 |
| Hex | F2 | 5F | C1 | 0 | 3D | 14 | 5 | 140 | 55 | 42 |
| Octal | 362 | 137 | 301 | 0 | 75 | 24 | 5 | 500 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11000001 | 0 | 111101 | 10100 | 101 | 101000000 | 1010101 | 1000010 |
Color Harmonies of #F25FC1
Complementary color
Monochromatic Colors of #F25FC1
Black with #F25FC1
Text Example
Text Example
White with #F25FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FC1; }
p { color: rgb(242,95,193); }
H1.HeaderClassName
{
color: #F25FC1;
}
.AnyTagClassName
{
color: #F25FC1;
}
</style>
background-color css
<style>
a { background-color: #F25FC1; }
a { background-color: rgb(242,95,193); }
div.DivClassName
{
background-color: #F25FC1;
}
.BgClassName
{
background-color: #F25FC1;
}
</style>
border-color css
<style>
span { border-color: #F25FC1; }
span { border-color: rgb(242,95,193); }
td.TdClassName
{
border-color: #F25FC1;
}
.TagClassName
{
border-color: #F25FC1;
}
</style>