Shades of Neon Pink #F257C0
Tints of Neon Pink #F257C0
RGB
CMYK
RGB Variations
Color information
#F257C0 (or 0xF257C0) is known color: Neon Pink. HEX triplet: F2, 57 and C0. RGB value is (242,87,192). Sum of RGB (Red+Green+Blue) = 242+87+192=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F257C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257C0 is #0DA83F. Grayscale: #919191. Windows color (decimal): -895040 or 12605426. OLE color: 12605426.
HSL color Cylindrical-coordinate representation of color #F257C0: hue angle of 319.35º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F257C0 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 192 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.05 |
| HSL | 319.35º | 0.86% | 0.65% | - |
| HSV(B) | 319.35º | 0.64% | 0.95% | - |
| XYZ | 49.54 | 29.5 | 52.95 | - |
| YUV | 145.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 192 | 0 | 0.64 | 0.21 | 0.05 | 319.35 | 0.86 | 0.65 |
| Hex | F2 | 57 | C0 | 0 | 40 | 15 | 5 | 13F | 56 | 41 |
| Octal | 362 | 127 | 300 | 0 | 100 | 25 | 5 | 477 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11000000 | 0 | 1000000 | 10101 | 101 | 100111111 | 1010110 | 1000001 |
Color Harmonies of #F257C0
Complementary color
Monochromatic Colors of #F257C0
Black with #F257C0
Text Example
Text Example
White with #F257C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257C0; }
p { color: rgb(242,87,192); }
H1.HeaderClassName
{
color: #F257C0;
}
.AnyTagClassName
{
color: #F257C0;
}
</style>
background-color css
<style>
a { background-color: #F257C0; }
a { background-color: rgb(242,87,192); }
div.DivClassName
{
background-color: #F257C0;
}
.BgClassName
{
background-color: #F257C0;
}
</style>
border-color css
<style>
span { border-color: #F257C0; }
span { border-color: rgb(242,87,192); }
td.TdClassName
{
border-color: #F257C0;
}
.TagClassName
{
border-color: #F257C0;
}
</style>