Shades of Neon Pink #F954C2
Tints of Neon Pink #F954C2
RGB
CMYK
RGB Variations
Color information
#F954C2 (or 0xF954C2) is known color: Neon Pink. HEX triplet: F9, 54 and C2. RGB value is (249,84,194). Sum of RGB (Red+Green+Blue) = 249+84+194=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F954C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954C2 is #06AB3D. Grayscale: #919191. Windows color (decimal): -437054 or 12735737. OLE color: 12735737.
HSL color Cylindrical-coordinate representation of color #F954C2: hue angle of 320º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954C2 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 194 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.02 |
| HSL | 320º | 0.93% | 0.65% | - |
| HSV(B) | 320º | 0.66% | 0.98% | - |
| XYZ | 51.97 | 30.38 | 54.16 | - |
| YUV | 145.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 194 | 0 | 0.66 | 0.22 | 0.02 | 320 | 0.93 | 0.65 |
| Hex | F9 | 54 | C2 | 0 | 42 | 16 | 2 | 140 | 5D | 41 |
| Octal | 371 | 124 | 302 | 0 | 102 | 26 | 2 | 500 | 135 | 101 |
| Binary | 11111001 | 1010100 | 11000010 | 0 | 1000010 | 10110 | 10 | 101000000 | 1011101 | 1000001 |
Color Harmonies of #F954C2
Complementary color
Monochromatic Colors of #F954C2
Black with #F954C2
Text Example
Text Example
White with #F954C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954C2; }
p { color: rgb(249,84,194); }
H1.HeaderClassName
{
color: #F954C2;
}
.AnyTagClassName
{
color: #F954C2;
}
</style>
background-color css
<style>
a { background-color: #F954C2; }
a { background-color: rgb(249,84,194); }
div.DivClassName
{
background-color: #F954C2;
}
.BgClassName
{
background-color: #F954C2;
}
</style>
border-color css
<style>
span { border-color: #F954C2; }
span { border-color: rgb(249,84,194); }
td.TdClassName
{
border-color: #F954C2;
}
.TagClassName
{
border-color: #F954C2;
}
</style>