Shades of Neon Pink #F957CE
Tints of Neon Pink #F957CE
RGB
CMYK
RGB Variations
Color information
#F957CE (or 0xF957CE) is known color: Neon Pink. HEX triplet: F9, 57 and CE. RGB value is (249,87,206). Sum of RGB (Red+Green+Blue) = 249+87+206=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 87 (34.38% from 255 or 16.05% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F957CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957CE is #06A831. Grayscale: #949494. Windows color (decimal): -436274 or 13522937. OLE color: 13522937.
HSL color Cylindrical-coordinate representation of color #F957CE: hue angle of 315.93º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957CE is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 206 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.02 |
| HSL | 315.93º | 0.93% | 0.66% | - |
| HSV(B) | 315.93º | 0.65% | 0.98% | - |
| XYZ | 53.62 | 31.41 | 61.63 | - |
| YUV | 149 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 206 | 0 | 0.65 | 0.17 | 0.02 | 315.93 | 0.93 | 0.66 |
| Hex | F9 | 57 | CE | 0 | 41 | 11 | 2 | 13C | 5D | 42 |
| Octal | 371 | 127 | 316 | 0 | 101 | 21 | 2 | 474 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11001110 | 0 | 1000001 | 10001 | 10 | 100111100 | 1011101 | 1000010 |
Color Harmonies of #F957CE
Complementary color
Monochromatic Colors of #F957CE
Black with #F957CE
Text Example
Text Example
White with #F957CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957CE; }
p { color: rgb(249,87,206); }
H1.HeaderClassName
{
color: #F957CE;
}
.AnyTagClassName
{
color: #F957CE;
}
</style>
background-color css
<style>
a { background-color: #F957CE; }
a { background-color: rgb(249,87,206); }
div.DivClassName
{
background-color: #F957CE;
}
.BgClassName
{
background-color: #F957CE;
}
</style>
border-color css
<style>
span { border-color: #F957CE; }
span { border-color: rgb(249,87,206); }
td.TdClassName
{
border-color: #F957CE;
}
.TagClassName
{
border-color: #F957CE;
}
</style>