Shades of Neon Pink #F967DA
Tints of Neon Pink #F967DA
RGB
CMYK
RGB Variations
Color information
#F967DA (or 0xF967DA) is known color: Neon Pink. HEX triplet: F9, 67 and DA. RGB value is (249,103,218). Sum of RGB (Red+Green+Blue) = 249+103+218=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 103 (40.62% from 255 or 18.07% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F967DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967DA is #069825. Grayscale: #9F9F9F. Windows color (decimal): -432166 or 14313465. OLE color: 14313465.
HSL color Cylindrical-coordinate representation of color #F967DA: hue angle of 312.74º 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 #F967DA is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 218 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.02 |
| HSL | 312.74º | 0.92% | 0.69% | - |
| HSV(B) | 312.74º | 0.59% | 0.98% | - |
| XYZ | 56.57 | 34.9 | 70.08 | - |
| YUV | 159.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 218 | 0 | 0.59 | 0.12 | 0.02 | 312.74 | 0.92 | 0.69 |
| Hex | F9 | 67 | DA | 0 | 3B | C | 2 | 139 | 5C | 45 |
| Octal | 371 | 147 | 332 | 0 | 73 | 14 | 2 | 471 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11011010 | 0 | 111011 | 1100 | 10 | 100111001 | 1011100 | 1000101 |
Color Harmonies of #F967DA
Complementary color
Monochromatic Colors of #F967DA
Black with #F967DA
Text Example
Text Example
White with #F967DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967DA; }
p { color: rgb(249,103,218); }
H1.HeaderClassName
{
color: #F967DA;
}
.AnyTagClassName
{
color: #F967DA;
}
</style>
background-color css
<style>
a { background-color: #F967DA; }
a { background-color: rgb(249,103,218); }
div.DivClassName
{
background-color: #F967DA;
}
.BgClassName
{
background-color: #F967DA;
}
</style>
border-color css
<style>
span { border-color: #F967DA; }
span { border-color: rgb(249,103,218); }
td.TdClassName
{
border-color: #F967DA;
}
.TagClassName
{
border-color: #F967DA;
}
</style>