Shades of Neon Pink #F467D1
Tints of Neon Pink #F467D1
RGB
CMYK
RGB Variations
Color information
#F467D1 (or 0xF467D1) is known color: Neon Pink. HEX triplet: F4, 67 and D1. RGB value is (244,103,209). Sum of RGB (Red+Green+Blue) = 244+103+209=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F467D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F467D1 is #0B982E. Grayscale: #9C9C9C. Windows color (decimal): -759855 or 13723636. OLE color: 13723636.
HSL color Cylindrical-coordinate representation of color #F467D1: hue angle of 314.89º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F467D1 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 209 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.04 |
| HSL | 314.89º | 0.87% | 0.68% | - |
| HSV(B) | 314.89º | 0.58% | 0.96% | - |
| XYZ | 53.67 | 33.54 | 63.97 | - |
| YUV | 157.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 209 | 0 | 0.58 | 0.14 | 0.04 | 314.89 | 0.87 | 0.68 |
| Hex | F4 | 67 | D1 | 0 | 3A | E | 4 | 13B | 57 | 44 |
| Octal | 364 | 147 | 321 | 0 | 72 | 16 | 4 | 473 | 127 | 104 |
| Binary | 11110100 | 1100111 | 11010001 | 0 | 111010 | 1110 | 100 | 100111011 | 1010111 | 1000100 |
Color Harmonies of #F467D1
Complementary color
Monochromatic Colors of #F467D1
Black with #F467D1
Text Example
Text Example
White with #F467D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F467D1; }
p { color: rgb(244,103,209); }
H1.HeaderClassName
{
color: #F467D1;
}
.AnyTagClassName
{
color: #F467D1;
}
</style>
background-color css
<style>
a { background-color: #F467D1; }
a { background-color: rgb(244,103,209); }
div.DivClassName
{
background-color: #F467D1;
}
.BgClassName
{
background-color: #F467D1;
}
</style>
border-color css
<style>
span { border-color: #F467D1; }
span { border-color: rgb(244,103,209); }
td.TdClassName
{
border-color: #F467D1;
}
.TagClassName
{
border-color: #F467D1;
}
</style>