Shades of Neon Pink #F257C3
Tints of Neon Pink #F257C3
RGB
CMYK
RGB Variations
Color information
#F257C3 (or 0xF257C3) is known color: Neon Pink. HEX triplet: F2, 57 and C3. RGB value is (242,87,195). Sum of RGB (Red+Green+Blue) = 242+87+195=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F257C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257C3 is #0DA83C. Grayscale: #919191. Windows color (decimal): -895037 or 12802034. OLE color: 12802034.
HSL color Cylindrical-coordinate representation of color #F257C3: hue angle of 318.19º 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 #F257C3 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 195 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.05 |
| HSL | 318.19º | 0.86% | 0.65% | - |
| HSV(B) | 318.19º | 0.64% | 0.95% | - |
| XYZ | 49.88 | 29.63 | 54.72 | - |
| YUV | 145.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 195 | 0 | 0.64 | 0.19 | 0.05 | 318.19 | 0.86 | 0.65 |
| Hex | F2 | 57 | C3 | 0 | 40 | 13 | 5 | 13E | 56 | 41 |
| Octal | 362 | 127 | 303 | 0 | 100 | 23 | 5 | 476 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11000011 | 0 | 1000000 | 10011 | 101 | 100111110 | 1010110 | 1000001 |
Color Harmonies of #F257C3
Complementary color
Monochromatic Colors of #F257C3
Black with #F257C3
Text Example
Text Example
White with #F257C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257C3; }
p { color: rgb(242,87,195); }
H1.HeaderClassName
{
color: #F257C3;
}
.AnyTagClassName
{
color: #F257C3;
}
</style>
background-color css
<style>
a { background-color: #F257C3; }
a { background-color: rgb(242,87,195); }
div.DivClassName
{
background-color: #F257C3;
}
.BgClassName
{
background-color: #F257C3;
}
</style>
border-color css
<style>
span { border-color: #F257C3; }
span { border-color: rgb(242,87,195); }
td.TdClassName
{
border-color: #F257C3;
}
.TagClassName
{
border-color: #F257C3;
}
</style>