Shades of Neon Pink #F974C5
Tints of Neon Pink #F974C5
RGB
CMYK
RGB Variations
Color information
#F974C5 (or 0xF974C5) is known color: Neon Pink. HEX triplet: F9, 74 and C5. RGB value is (249,116,197). Sum of RGB (Red+Green+Blue) = 249+116+197=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F974C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974C5 is #068B3A. Grayscale: #A4A4A4. Windows color (decimal): -428859 or 12940537. OLE color: 12940537.
HSL color Cylindrical-coordinate representation of color #F974C5: hue angle of 323.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974C5 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 197 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.02 |
| HSL | 323.46º | 0.92% | 0.72% | - |
| HSV(B) | 323.46º | 0.53% | 0.98% | - |
| XYZ | 55.39 | 36.66 | 56.98 | - |
| YUV | 165 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 197 | 0 | 0.53 | 0.21 | 0.02 | 323.46 | 0.92 | 0.72 |
| Hex | F9 | 74 | C5 | 0 | 35 | 15 | 2 | 143 | 5C | 48 |
| Octal | 371 | 164 | 305 | 0 | 65 | 25 | 2 | 503 | 134 | 110 |
| Binary | 11111001 | 1110100 | 11000101 | 0 | 110101 | 10101 | 10 | 101000011 | 1011100 | 1001000 |
Color Harmonies of #F974C5
Complementary color
Monochromatic Colors of #F974C5
Black with #F974C5
Text Example
Text Example
White with #F974C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974C5; }
p { color: rgb(249,116,197); }
H1.HeaderClassName
{
color: #F974C5;
}
.AnyTagClassName
{
color: #F974C5;
}
</style>
background-color css
<style>
a { background-color: #F974C5; }
a { background-color: rgb(249,116,197); }
div.DivClassName
{
background-color: #F974C5;
}
.BgClassName
{
background-color: #F974C5;
}
</style>
border-color css
<style>
span { border-color: #F974C5; }
span { border-color: rgb(249,116,197); }
td.TdClassName
{
border-color: #F974C5;
}
.TagClassName
{
border-color: #F974C5;
}
</style>