Shades of Neon Pink #FC68BE
Tints of Neon Pink #FC68BE
RGB
CMYK
RGB Variations
Color information
#FC68BE (or 0xFC68BE) is known color: Neon Pink. HEX triplet: FC, 68 and BE. RGB value is (252,104,190). Sum of RGB (Red+Green+Blue) = 252+104+190=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68BE is #039741. Grayscale: #9D9D9D. Windows color (decimal): -235330 or 12478716. OLE color: 12478716.
HSL color Cylindrical-coordinate representation of color #FC68BE: hue angle of 325.14º 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 #FC68BE is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 190 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.01 |
| HSL | 325.14º | 0.96% | 0.7% | - |
| HSV(B) | 325.14º | 0.59% | 0.99% | - |
| XYZ | 54.39 | 34.31 | 52.47 | - |
| YUV | 158.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 190 | 0 | 0.59 | 0.25 | 0.01 | 325.14 | 0.96 | 0.7 |
| Hex | FC | 68 | BE | 0 | 3B | 19 | 1 | 145 | 60 | 46 |
| Octal | 374 | 150 | 276 | 0 | 73 | 31 | 1 | 505 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10111110 | 0 | 111011 | 11001 | 1 | 101000101 | 1100000 | 1000110 |
Color Harmonies of #FC68BE
Complementary color
Monochromatic Colors of #FC68BE
Black with #FC68BE
Text Example
Text Example
White with #FC68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68BE; }
p { color: rgb(252,104,190); }
H1.HeaderClassName
{
color: #FC68BE;
}
.AnyTagClassName
{
color: #FC68BE;
}
</style>
background-color css
<style>
a { background-color: #FC68BE; }
a { background-color: rgb(252,104,190); }
div.DivClassName
{
background-color: #FC68BE;
}
.BgClassName
{
background-color: #FC68BE;
}
</style>
border-color css
<style>
span { border-color: #FC68BE; }
span { border-color: rgb(252,104,190); }
td.TdClassName
{
border-color: #FC68BE;
}
.TagClassName
{
border-color: #FC68BE;
}
</style>