Shades of Neon Pink #F967DB
Tints of Neon Pink #F967DB
RGB
CMYK
RGB Variations
Color information
#F967DB (or 0xF967DB) is known color: Neon Pink. HEX triplet: F9, 67 and DB. RGB value is (249,103,219). Sum of RGB (Red+Green+Blue) = 249+103+219=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 103 (40.62% from 255 or 18.04% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F967DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967DB is #069824. Grayscale: #9F9F9F. Windows color (decimal): -432165 or 14379001. OLE color: 14379001.
HSL color Cylindrical-coordinate representation of color #F967DB: hue angle of 312.33º 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 #F967DB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 219 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.02 |
| HSL | 312.33º | 0.92% | 0.69% | - |
| HSV(B) | 312.33º | 0.59% | 0.98% | - |
| XYZ | 56.7 | 34.95 | 70.78 | - |
| YUV | 159.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 219 | 0 | 0.59 | 0.12 | 0.02 | 312.33 | 0.92 | 0.69 |
| Hex | F9 | 67 | DB | 0 | 3B | C | 2 | 138 | 5C | 45 |
| Octal | 371 | 147 | 333 | 0 | 73 | 14 | 2 | 470 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11011011 | 0 | 111011 | 1100 | 10 | 100111000 | 1011100 | 1000101 |
Color Harmonies of #F967DB
Complementary color
Monochromatic Colors of #F967DB
Black with #F967DB
Text Example
Text Example
White with #F967DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967DB; }
p { color: rgb(249,103,219); }
H1.HeaderClassName
{
color: #F967DB;
}
.AnyTagClassName
{
color: #F967DB;
}
</style>
background-color css
<style>
a { background-color: #F967DB; }
a { background-color: rgb(249,103,219); }
div.DivClassName
{
background-color: #F967DB;
}
.BgClassName
{
background-color: #F967DB;
}
</style>
border-color css
<style>
span { border-color: #F967DB; }
span { border-color: rgb(249,103,219); }
td.TdClassName
{
border-color: #F967DB;
}
.TagClassName
{
border-color: #F967DB;
}
</style>