Shades of Neon Pink #F25FCB
Tints of Neon Pink #F25FCB
RGB
CMYK
RGB Variations
Color information
#F25FCB (or 0xF25FCB) is known color: Neon Pink. HEX triplet: F2, 5F and CB. RGB value is (242,95,203). Sum of RGB (Red+Green+Blue) = 242+95+203=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FCB is #0DA034. Grayscale: #969696. Windows color (decimal): -892981 or 13328370. OLE color: 13328370.
HSL color Cylindrical-coordinate representation of color #F25FCB: hue angle of 315.92º 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 #F25FCB is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 203 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.05 |
| HSL | 315.92º | 0.85% | 0.66% | - |
| HSV(B) | 315.92º | 0.61% | 0.95% | - |
| XYZ | 51.49 | 31.37 | 59.84 | - |
| YUV | 151.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 203 | 0 | 0.61 | 0.16 | 0.05 | 315.92 | 0.85 | 0.66 |
| Hex | F2 | 5F | CB | 0 | 3D | 10 | 5 | 13C | 55 | 42 |
| Octal | 362 | 137 | 313 | 0 | 75 | 20 | 5 | 474 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11001011 | 0 | 111101 | 10000 | 101 | 100111100 | 1010101 | 1000010 |
Color Harmonies of #F25FCB
Complementary color
Monochromatic Colors of #F25FCB
Black with #F25FCB
Text Example
Text Example
White with #F25FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FCB; }
p { color: rgb(242,95,203); }
H1.HeaderClassName
{
color: #F25FCB;
}
.AnyTagClassName
{
color: #F25FCB;
}
</style>
background-color css
<style>
a { background-color: #F25FCB; }
a { background-color: rgb(242,95,203); }
div.DivClassName
{
background-color: #F25FCB;
}
.BgClassName
{
background-color: #F25FCB;
}
</style>
border-color css
<style>
span { border-color: #F25FCB; }
span { border-color: rgb(242,95,203); }
td.TdClassName
{
border-color: #F25FCB;
}
.TagClassName
{
border-color: #F25FCB;
}
</style>