Shades of Neon Pink #FD67C1
Tints of Neon Pink #FD67C1
RGB
CMYK
RGB Variations
Color information
#FD67C1 (or 0xFD67C1) is known color: Neon Pink. HEX triplet: FD, 67 and C1. RGB value is (253,103,193). Sum of RGB (Red+Green+Blue) = 253+103+193=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67C1 is #02983E. Grayscale: #9D9D9D. Windows color (decimal): -170047 or 12675069. OLE color: 12675069.
HSL color Cylindrical-coordinate representation of color #FD67C1: hue angle of 324º 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 #FD67C1 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 193 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.01 |
| HSL | 324º | 0.97% | 0.7% | - |
| HSV(B) | 324º | 0.59% | 0.99% | - |
| XYZ | 54.98 | 34.43 | 54.2 | - |
| YUV | 158.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 193 | 0 | 0.59 | 0.24 | 0.01 | 324 | 0.97 | 0.7 |
| Hex | FD | 67 | C1 | 0 | 3B | 18 | 1 | 144 | 61 | 46 |
| Octal | 375 | 147 | 301 | 0 | 73 | 30 | 1 | 504 | 141 | 106 |
| Binary | 11111101 | 1100111 | 11000001 | 0 | 111011 | 11000 | 1 | 101000100 | 1100001 | 1000110 |
Color Harmonies of #FD67C1
Complementary color
Monochromatic Colors of #FD67C1
Black with #FD67C1
Text Example
Text Example
White with #FD67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD67C1; }
p { color: rgb(253,103,193); }
H1.HeaderClassName
{
color: #FD67C1;
}
.AnyTagClassName
{
color: #FD67C1;
}
</style>
background-color css
<style>
a { background-color: #FD67C1; }
a { background-color: rgb(253,103,193); }
div.DivClassName
{
background-color: #FD67C1;
}
.BgClassName
{
background-color: #FD67C1;
}
</style>
border-color css
<style>
span { border-color: #FD67C1; }
span { border-color: rgb(253,103,193); }
td.TdClassName
{
border-color: #FD67C1;
}
.TagClassName
{
border-color: #FD67C1;
}
</style>