Shades of Neon Pink #F25CBF
Tints of Neon Pink #F25CBF
RGB
CMYK
RGB Variations
Color information
#F25CBF (or 0xF25CBF) is known color: Neon Pink. HEX triplet: F2, 5C and BF. RGB value is (242,92,191). Sum of RGB (Red+Green+Blue) = 242+92+191=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CBF is #0DA340. Grayscale: #939393. Windows color (decimal): -893761 or 12541170. OLE color: 12541170.
HSL color Cylindrical-coordinate representation of color #F25CBF: hue angle of 320.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25CBF is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 191 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.05 |
| HSL | 320.4º | 0.85% | 0.65% | - |
| HSV(B) | 320.4º | 0.62% | 0.95% | - |
| XYZ | 49.85 | 30.29 | 52.51 | - |
| YUV | 148.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 191 | 0 | 0.62 | 0.21 | 0.05 | 320.4 | 0.85 | 0.65 |
| Hex | F2 | 5C | BF | 0 | 3E | 15 | 5 | 140 | 55 | 41 |
| Octal | 362 | 134 | 277 | 0 | 76 | 25 | 5 | 500 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10111111 | 0 | 111110 | 10101 | 101 | 101000000 | 1010101 | 1000001 |
Color Harmonies of #F25CBF
Complementary color
Monochromatic Colors of #F25CBF
Black with #F25CBF
Text Example
Text Example
White with #F25CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CBF; }
p { color: rgb(242,92,191); }
H1.HeaderClassName
{
color: #F25CBF;
}
.AnyTagClassName
{
color: #F25CBF;
}
</style>
background-color css
<style>
a { background-color: #F25CBF; }
a { background-color: rgb(242,92,191); }
div.DivClassName
{
background-color: #F25CBF;
}
.BgClassName
{
background-color: #F25CBF;
}
</style>
border-color css
<style>
span { border-color: #F25CBF; }
span { border-color: rgb(242,92,191); }
td.TdClassName
{
border-color: #F25CBF;
}
.TagClassName
{
border-color: #F25CBF;
}
</style>