Shades of Neon Pink #FA69DB
Tints of Neon Pink #FA69DB
RGB
CMYK
RGB Variations
Color information
#FA69DB (or 0xFA69DB) is known color: Neon Pink. HEX triplet: FA, 69 and DB. RGB value is (250,105,219). Sum of RGB (Red+Green+Blue) = 250+105+219=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69DB is #059624. Grayscale: #A1A1A1. Windows color (decimal): -366117 or 14379514. OLE color: 14379514.
HSL color Cylindrical-coordinate representation of color #FA69DB: hue angle of 312.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA69DB is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 219 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.02 |
| HSL | 312.83º | 0.94% | 0.7% | - |
| HSV(B) | 312.83º | 0.58% | 0.98% | - |
| XYZ | 57.26 | 35.54 | 70.86 | - |
| YUV | 161.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 219 | 0 | 0.58 | 0.12 | 0.02 | 312.83 | 0.94 | 0.7 |
| Hex | FA | 69 | DB | 0 | 3A | C | 2 | 139 | 5E | 46 |
| Octal | 372 | 151 | 333 | 0 | 72 | 14 | 2 | 471 | 136 | 106 |
| Binary | 11111010 | 1101001 | 11011011 | 0 | 111010 | 1100 | 10 | 100111001 | 1011110 | 1000110 |
Color Harmonies of #FA69DB
Complementary color
Monochromatic Colors of #FA69DB
Black with #FA69DB
Text Example
Text Example
White with #FA69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA69DB; }
p { color: rgb(250,105,219); }
H1.HeaderClassName
{
color: #FA69DB;
}
.AnyTagClassName
{
color: #FA69DB;
}
</style>
background-color css
<style>
a { background-color: #FA69DB; }
a { background-color: rgb(250,105,219); }
div.DivClassName
{
background-color: #FA69DB;
}
.BgClassName
{
background-color: #FA69DB;
}
</style>
border-color css
<style>
span { border-color: #FA69DB; }
span { border-color: rgb(250,105,219); }
td.TdClassName
{
border-color: #FA69DB;
}
.TagClassName
{
border-color: #FA69DB;
}
</style>