Shades of Neon Pink #F476CA
Tints of Neon Pink #F476CA
RGB
CMYK
RGB Variations
Color information
#F476CA (or 0xF476CA) is known color: Neon Pink. HEX triplet: F4, 76 and CA. RGB value is (244,118,202). Sum of RGB (Red+Green+Blue) = 244+118+202=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F476CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476CA is #0B8935. Grayscale: #A5A5A5. Windows color (decimal): -756022 or 13268724. OLE color: 13268724.
HSL color Cylindrical-coordinate representation of color #F476CA: hue angle of 320º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F476CA is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 202 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.04 |
| HSL | 320º | 0.85% | 0.71% | - |
| HSV(B) | 320º | 0.52% | 0.96% | - |
| XYZ | 54.45 | 36.45 | 60.04 | - |
| YUV | 165.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 202 | 0 | 0.52 | 0.17 | 0.04 | 320 | 0.85 | 0.71 |
| Hex | F4 | 76 | CA | 0 | 34 | 11 | 4 | 140 | 55 | 47 |
| Octal | 364 | 166 | 312 | 0 | 64 | 21 | 4 | 500 | 125 | 107 |
| Binary | 11110100 | 1110110 | 11001010 | 0 | 110100 | 10001 | 100 | 101000000 | 1010101 | 1000111 |
Color Harmonies of #F476CA
Complementary color
Monochromatic Colors of #F476CA
Black with #F476CA
Text Example
Text Example
White with #F476CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F476CA; }
p { color: rgb(244,118,202); }
H1.HeaderClassName
{
color: #F476CA;
}
.AnyTagClassName
{
color: #F476CA;
}
</style>
background-color css
<style>
a { background-color: #F476CA; }
a { background-color: rgb(244,118,202); }
div.DivClassName
{
background-color: #F476CA;
}
.BgClassName
{
background-color: #F476CA;
}
</style>
border-color css
<style>
span { border-color: #F476CA; }
span { border-color: rgb(244,118,202); }
td.TdClassName
{
border-color: #F476CA;
}
.TagClassName
{
border-color: #F476CA;
}
</style>