Shades of Neon Pink #F957CC
Tints of Neon Pink #F957CC
RGB
CMYK
RGB Variations
Color information
#F957CC (or 0xF957CC) is known color: Neon Pink. HEX triplet: F9, 57 and CC. RGB value is (249,87,204). Sum of RGB (Red+Green+Blue) = 249+87+204=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F957CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957CC is #06A833. Grayscale: #949494. Windows color (decimal): -436276 or 13391865. OLE color: 13391865.
HSL color Cylindrical-coordinate representation of color #F957CC: hue angle of 316.67º 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 #F957CC is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 204 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.02 |
| HSL | 316.67º | 0.93% | 0.66% | - |
| HSV(B) | 316.67º | 0.65% | 0.98% | - |
| XYZ | 53.37 | 31.32 | 60.36 | - |
| YUV | 148.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 204 | 0 | 0.65 | 0.18 | 0.02 | 316.67 | 0.93 | 0.66 |
| Hex | F9 | 57 | CC | 0 | 41 | 12 | 2 | 13D | 5D | 42 |
| Octal | 371 | 127 | 314 | 0 | 101 | 22 | 2 | 475 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11001100 | 0 | 1000001 | 10010 | 10 | 100111101 | 1011101 | 1000010 |
Color Harmonies of #F957CC
Complementary color
Monochromatic Colors of #F957CC
Black with #F957CC
Text Example
Text Example
White with #F957CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957CC; }
p { color: rgb(249,87,204); }
H1.HeaderClassName
{
color: #F957CC;
}
.AnyTagClassName
{
color: #F957CC;
}
</style>
background-color css
<style>
a { background-color: #F957CC; }
a { background-color: rgb(249,87,204); }
div.DivClassName
{
background-color: #F957CC;
}
.BgClassName
{
background-color: #F957CC;
}
</style>
border-color css
<style>
span { border-color: #F957CC; }
span { border-color: rgb(249,87,204); }
td.TdClassName
{
border-color: #F957CC;
}
.TagClassName
{
border-color: #F957CC;
}
</style>