Shades of Neon Pink #FA6CDB
Tints of Neon Pink #FA6CDB
RGB
CMYK
RGB Variations
Color information
#FA6CDB (or 0xFA6CDB) is known color: Neon Pink. HEX triplet: FA, 6C and DB. RGB value is (250,108,219). Sum of RGB (Red+Green+Blue) = 250+108+219=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CDB is #059324. Grayscale: #A2A2A2. Windows color (decimal): -365349 or 14380282. OLE color: 14380282.
HSL color Cylindrical-coordinate representation of color #FA6CDB: hue angle of 313.1º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CDB is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 219 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.02 |
| HSL | 313.1º | 0.93% | 0.7% | - |
| HSV(B) | 313.1º | 0.57% | 0.98% | - |
| XYZ | 57.57 | 36.16 | 70.96 | - |
| YUV | 163.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 219 | 0 | 0.57 | 0.12 | 0.02 | 313.1 | 0.93 | 0.7 |
| Hex | FA | 6C | DB | 0 | 39 | C | 2 | 139 | 5D | 46 |
| Octal | 372 | 154 | 333 | 0 | 71 | 14 | 2 | 471 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11011011 | 0 | 111001 | 1100 | 10 | 100111001 | 1011101 | 1000110 |
Color Harmonies of #FA6CDB
Complementary color
Monochromatic Colors of #FA6CDB
Black with #FA6CDB
Text Example
Text Example
White with #FA6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CDB; }
p { color: rgb(250,108,219); }
H1.HeaderClassName
{
color: #FA6CDB;
}
.AnyTagClassName
{
color: #FA6CDB;
}
</style>
background-color css
<style>
a { background-color: #FA6CDB; }
a { background-color: rgb(250,108,219); }
div.DivClassName
{
background-color: #FA6CDB;
}
.BgClassName
{
background-color: #FA6CDB;
}
</style>
border-color css
<style>
span { border-color: #FA6CDB; }
span { border-color: rgb(250,108,219); }
td.TdClassName
{
border-color: #FA6CDB;
}
.TagClassName
{
border-color: #FA6CDB;
}
</style>