Shades of Neon Pink #F25DC0
Tints of Neon Pink #F25DC0
RGB
CMYK
RGB Variations
Color information
#F25DC0 (or 0xF25DC0) is known color: Neon Pink. HEX triplet: F2, 5D and C0. RGB value is (242,93,192). Sum of RGB (Red+Green+Blue) = 242+93+192=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DC0 is #0DA23F. Grayscale: #949494. Windows color (decimal): -893504 or 12606962. OLE color: 12606962.
HSL color Cylindrical-coordinate representation of color #F25DC0: hue angle of 320.13º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DC0 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 192 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.05 |
| HSL | 320.13º | 0.85% | 0.66% | - |
| HSV(B) | 320.13º | 0.62% | 0.95% | - |
| XYZ | 50.05 | 30.51 | 53.12 | - |
| YUV | 148.84 | 152.36 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 192 | 0 | 0.62 | 0.21 | 0.05 | 320.13 | 0.85 | 0.66 |
| Hex | F2 | 5D | C0 | 0 | 3E | 15 | 5 | 140 | 55 | 42 |
| Octal | 362 | 135 | 300 | 0 | 76 | 25 | 5 | 500 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11000000 | 0 | 111110 | 10101 | 101 | 101000000 | 1010101 | 1000010 |
Color Harmonies of #F25DC0
Complementary color
Monochromatic Colors of #F25DC0
Black with #F25DC0
Text Example
Text Example
White with #F25DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DC0; }
p { color: rgb(242,93,192); }
H1.HeaderClassName
{
color: #F25DC0;
}
.AnyTagClassName
{
color: #F25DC0;
}
</style>
background-color css
<style>
a { background-color: #F25DC0; }
a { background-color: rgb(242,93,192); }
div.DivClassName
{
background-color: #F25DC0;
}
.BgClassName
{
background-color: #F25DC0;
}
</style>
border-color css
<style>
span { border-color: #F25DC0; }
span { border-color: rgb(242,93,192); }
td.TdClassName
{
border-color: #F25DC0;
}
.TagClassName
{
border-color: #F25DC0;
}
</style>