Shades of Neon Pink #FD67CE
Tints of Neon Pink #FD67CE
RGB
CMYK
RGB Variations
Color information
#FD67CE (or 0xFD67CE) is known color: Neon Pink. HEX triplet: FD, 67 and CE. RGB value is (253,103,206). Sum of RGB (Red+Green+Blue) = 253+103+206=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67CE is #029831. Grayscale: #9F9F9F. Windows color (decimal): -170034 or 13527037. OLE color: 13527037.
HSL color Cylindrical-coordinate representation of color #FD67CE: hue angle of 318.8º degrees, saturation: 0.97, 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 #FD67CE is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 206 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.01 |
| HSL | 318.8º | 0.97% | 0.7% | - |
| HSV(B) | 318.8º | 0.59% | 0.99% | - |
| XYZ | 56.5 | 35.04 | 62.18 | - |
| YUV | 159.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 206 | 0 | 0.59 | 0.19 | 0.01 | 318.8 | 0.97 | 0.7 |
| Hex | FD | 67 | CE | 0 | 3B | 13 | 1 | 13F | 61 | 46 |
| Octal | 375 | 147 | 316 | 0 | 73 | 23 | 1 | 477 | 141 | 106 |
| Binary | 11111101 | 1100111 | 11001110 | 0 | 111011 | 10011 | 1 | 100111111 | 1100001 | 1000110 |
Color Harmonies of #FD67CE
Complementary color
Monochromatic Colors of #FD67CE
Black with #FD67CE
Text Example
Text Example
White with #FD67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD67CE; }
p { color: rgb(253,103,206); }
H1.HeaderClassName
{
color: #FD67CE;
}
.AnyTagClassName
{
color: #FD67CE;
}
</style>
background-color css
<style>
a { background-color: #FD67CE; }
a { background-color: rgb(253,103,206); }
div.DivClassName
{
background-color: #FD67CE;
}
.BgClassName
{
background-color: #FD67CE;
}
</style>
border-color css
<style>
span { border-color: #FD67CE; }
span { border-color: rgb(253,103,206); }
td.TdClassName
{
border-color: #FD67CE;
}
.TagClassName
{
border-color: #FD67CE;
}
</style>