Shades of Neon Pink #F968DB
Tints of Neon Pink #F968DB
RGB
CMYK
RGB Variations
Color information
#F968DB (or 0xF968DB) is known color: Neon Pink. HEX triplet: F9, 68 and DB. RGB value is (249,104,219). Sum of RGB (Red+Green+Blue) = 249+104+219=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F968DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968DB is #069724. Grayscale: #A0A0A0. Windows color (decimal): -431909 or 14379257. OLE color: 14379257.
HSL color Cylindrical-coordinate representation of color #F968DB: hue angle of 312.41º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968DB is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 219 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.02 |
| HSL | 312.41º | 0.92% | 0.69% | - |
| HSV(B) | 312.41º | 0.58% | 0.98% | - |
| XYZ | 56.8 | 35.15 | 70.81 | - |
| YUV | 160.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 219 | 0 | 0.58 | 0.12 | 0.02 | 312.41 | 0.92 | 0.69 |
| Hex | F9 | 68 | DB | 0 | 3A | C | 2 | 138 | 5C | 45 |
| Octal | 371 | 150 | 333 | 0 | 72 | 14 | 2 | 470 | 134 | 105 |
| Binary | 11111001 | 1101000 | 11011011 | 0 | 111010 | 1100 | 10 | 100111000 | 1011100 | 1000101 |
Color Harmonies of #F968DB
Complementary color
Monochromatic Colors of #F968DB
Black with #F968DB
Text Example
Text Example
White with #F968DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968DB; }
p { color: rgb(249,104,219); }
H1.HeaderClassName
{
color: #F968DB;
}
.AnyTagClassName
{
color: #F968DB;
}
</style>
background-color css
<style>
a { background-color: #F968DB; }
a { background-color: rgb(249,104,219); }
div.DivClassName
{
background-color: #F968DB;
}
.BgClassName
{
background-color: #F968DB;
}
</style>
border-color css
<style>
span { border-color: #F968DB; }
span { border-color: rgb(249,104,219); }
td.TdClassName
{
border-color: #F968DB;
}
.TagClassName
{
border-color: #F968DB;
}
</style>