Shades of Neon Pink #F460C9
Tints of Neon Pink #F460C9
RGB
CMYK
RGB Variations
Color information
#F460C9 (or 0xF460C9) is known color: Neon Pink. HEX triplet: F4, 60 and C9. RGB value is (244,96,201). Sum of RGB (Red+Green+Blue) = 244+96+201=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F460C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F460C9 is #0B9F36. Grayscale: #979797. Windows color (decimal): -761655 or 13197556. OLE color: 13197556.
HSL color Cylindrical-coordinate representation of color #F460C9: hue angle of 317.43º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460C9 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 201 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.04 |
| HSL | 317.43º | 0.87% | 0.67% | - |
| HSV(B) | 317.43º | 0.61% | 0.96% | - |
| XYZ | 52.03 | 31.82 | 58.66 | - |
| YUV | 152.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 201 | 0 | 0.61 | 0.18 | 0.04 | 317.43 | 0.87 | 0.67 |
| Hex | F4 | 60 | C9 | 0 | 3D | 12 | 4 | 13D | 57 | 43 |
| Octal | 364 | 140 | 311 | 0 | 75 | 22 | 4 | 475 | 127 | 103 |
| Binary | 11110100 | 1100000 | 11001001 | 0 | 111101 | 10010 | 100 | 100111101 | 1010111 | 1000011 |
Color Harmonies of #F460C9
Complementary color
Monochromatic Colors of #F460C9
Black with #F460C9
Text Example
Text Example
White with #F460C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F460C9; }
p { color: rgb(244,96,201); }
H1.HeaderClassName
{
color: #F460C9;
}
.AnyTagClassName
{
color: #F460C9;
}
</style>
background-color css
<style>
a { background-color: #F460C9; }
a { background-color: rgb(244,96,201); }
div.DivClassName
{
background-color: #F460C9;
}
.BgClassName
{
background-color: #F460C9;
}
</style>
border-color css
<style>
span { border-color: #F460C9; }
span { border-color: rgb(244,96,201); }
td.TdClassName
{
border-color: #F460C9;
}
.TagClassName
{
border-color: #F460C9;
}
</style>