Shades of Neon Pink #F461CE
Tints of Neon Pink #F461CE
RGB
CMYK
RGB Variations
Color information
#F461CE (or 0xF461CE) is known color: Neon Pink. HEX triplet: F4, 61 and CE. RGB value is (244,97,206). Sum of RGB (Red+Green+Blue) = 244+97+206=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F461CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F461CE is #0B9E31. Grayscale: #999999. Windows color (decimal): -761394 or 13525492. OLE color: 13525492.
HSL color Cylindrical-coordinate representation of color #F461CE: hue angle of 315.51º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F461CE is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 97 | 206 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.04 |
| HSL | 315.51º | 0.87% | 0.67% | - |
| HSV(B) | 315.51º | 0.6% | 0.96% | - |
| XYZ | 52.72 | 32.24 | 61.84 | - |
| YUV | 153.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 97 | 206 | 0 | 0.60 | 0.16 | 0.04 | 315.51 | 0.87 | 0.67 |
| Hex | F4 | 61 | CE | 0 | 3C | 10 | 4 | 13C | 57 | 43 |
| Octal | 364 | 141 | 316 | 0 | 74 | 20 | 4 | 474 | 127 | 103 |
| Binary | 11110100 | 1100001 | 11001110 | 0 | 111100 | 10000 | 100 | 100111100 | 1010111 | 1000011 |
Color Harmonies of #F461CE
Complementary color
Monochromatic Colors of #F461CE
Black with #F461CE
Text Example
Text Example
White with #F461CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F461CE; }
p { color: rgb(244,97,206); }
H1.HeaderClassName
{
color: #F461CE;
}
.AnyTagClassName
{
color: #F461CE;
}
</style>
background-color css
<style>
a { background-color: #F461CE; }
a { background-color: rgb(244,97,206); }
div.DivClassName
{
background-color: #F461CE;
}
.BgClassName
{
background-color: #F461CE;
}
</style>
border-color css
<style>
span { border-color: #F461CE; }
span { border-color: rgb(244,97,206); }
td.TdClassName
{
border-color: #F461CE;
}
.TagClassName
{
border-color: #F461CE;
}
</style>