Shades of Neon Pink #FC67DB
Tints of Neon Pink #FC67DB
RGB
CMYK
RGB Variations
Color information
#FC67DB (or 0xFC67DB) is known color: Neon Pink. HEX triplet: FC, 67 and DB. RGB value is (252,103,219). Sum of RGB (Red+Green+Blue) = 252+103+219=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67DB is #039824. Grayscale: #A0A0A0. Windows color (decimal): -235557 or 14379004. OLE color: 14379004.
HSL color Cylindrical-coordinate representation of color #FC67DB: hue angle of 313.29º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC67DB is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 219 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.01 |
| HSL | 313.29º | 0.96% | 0.7% | - |
| HSV(B) | 313.29º | 0.59% | 0.99% | - |
| XYZ | 57.78 | 35.51 | 70.83 | - |
| YUV | 160.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 219 | 0 | 0.59 | 0.13 | 0.01 | 313.29 | 0.96 | 0.7 |
| Hex | FC | 67 | DB | 0 | 3B | D | 1 | 139 | 60 | 46 |
| Octal | 374 | 147 | 333 | 0 | 73 | 15 | 1 | 471 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11011011 | 0 | 111011 | 1101 | 1 | 100111001 | 1100000 | 1000110 |
Color Harmonies of #FC67DB
Complementary color
Monochromatic Colors of #FC67DB
Black with #FC67DB
Text Example
Text Example
White with #FC67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67DB; }
p { color: rgb(252,103,219); }
H1.HeaderClassName
{
color: #FC67DB;
}
.AnyTagClassName
{
color: #FC67DB;
}
</style>
background-color css
<style>
a { background-color: #FC67DB; }
a { background-color: rgb(252,103,219); }
div.DivClassName
{
background-color: #FC67DB;
}
.BgClassName
{
background-color: #FC67DB;
}
</style>
border-color css
<style>
span { border-color: #FC67DB; }
span { border-color: rgb(252,103,219); }
td.TdClassName
{
border-color: #FC67DB;
}
.TagClassName
{
border-color: #FC67DB;
}
</style>