Shades of Neon Pink #F257C2
Tints of Neon Pink #F257C2
RGB
CMYK
RGB Variations
Color information
#F257C2 (or 0xF257C2) is known color: Neon Pink. HEX triplet: F2, 57 and C2. RGB value is (242,87,194). Sum of RGB (Red+Green+Blue) = 242+87+194=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F257C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257C2 is #0DA83D. Grayscale: #919191. Windows color (decimal): -895038 or 12736498. OLE color: 12736498.
HSL color Cylindrical-coordinate representation of color #F257C2: hue angle of 318.58º 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 #F257C2 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 194 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.05 |
| HSL | 318.58º | 0.86% | 0.65% | - |
| HSV(B) | 318.58º | 0.64% | 0.95% | - |
| XYZ | 49.76 | 29.59 | 54.13 | - |
| YUV | 145.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 194 | 0 | 0.64 | 0.20 | 0.05 | 318.58 | 0.86 | 0.65 |
| Hex | F2 | 57 | C2 | 0 | 40 | 14 | 5 | 13F | 56 | 41 |
| Octal | 362 | 127 | 302 | 0 | 100 | 24 | 5 | 477 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11000010 | 0 | 1000000 | 10100 | 101 | 100111111 | 1010110 | 1000001 |
Color Harmonies of #F257C2
Complementary color
Monochromatic Colors of #F257C2
Black with #F257C2
Text Example
Text Example
White with #F257C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257C2; }
p { color: rgb(242,87,194); }
H1.HeaderClassName
{
color: #F257C2;
}
.AnyTagClassName
{
color: #F257C2;
}
</style>
background-color css
<style>
a { background-color: #F257C2; }
a { background-color: rgb(242,87,194); }
div.DivClassName
{
background-color: #F257C2;
}
.BgClassName
{
background-color: #F257C2;
}
</style>
border-color css
<style>
span { border-color: #F257C2; }
span { border-color: rgb(242,87,194); }
td.TdClassName
{
border-color: #F257C2;
}
.TagClassName
{
border-color: #F257C2;
}
</style>