Shades of Neon Pink #F967D5
Tints of Neon Pink #F967D5
RGB
CMYK
RGB Variations
Color information
#F967D5 (or 0xF967D5) is known color: Neon Pink. HEX triplet: F9, 67 and D5. RGB value is (249,103,213). Sum of RGB (Red+Green+Blue) = 249+103+213=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F967D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967D5 is #06982A. Grayscale: #9E9E9E. Windows color (decimal): -432171 or 13985785. OLE color: 13985785.
HSL color Cylindrical-coordinate representation of color #F967D5: hue angle of 314.79º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967D5 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 213 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.02 |
| HSL | 314.79º | 0.92% | 0.69% | - |
| HSV(B) | 314.79º | 0.59% | 0.98% | - |
| XYZ | 55.93 | 34.64 | 66.69 | - |
| YUV | 159.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 213 | 0 | 0.59 | 0.14 | 0.02 | 314.79 | 0.92 | 0.69 |
| Hex | F9 | 67 | D5 | 0 | 3B | E | 2 | 13B | 5C | 45 |
| Octal | 371 | 147 | 325 | 0 | 73 | 16 | 2 | 473 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11010101 | 0 | 111011 | 1110 | 10 | 100111011 | 1011100 | 1000101 |
Color Harmonies of #F967D5
Complementary color
Monochromatic Colors of #F967D5
Black with #F967D5
Text Example
Text Example
White with #F967D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967D5; }
p { color: rgb(249,103,213); }
H1.HeaderClassName
{
color: #F967D5;
}
.AnyTagClassName
{
color: #F967D5;
}
</style>
background-color css
<style>
a { background-color: #F967D5; }
a { background-color: rgb(249,103,213); }
div.DivClassName
{
background-color: #F967D5;
}
.BgClassName
{
background-color: #F967D5;
}
</style>
border-color css
<style>
span { border-color: #F967D5; }
span { border-color: rgb(249,103,213); }
td.TdClassName
{
border-color: #F967D5;
}
.TagClassName
{
border-color: #F967D5;
}
</style>