Shades of Neon Pink #FE64CF
Tints of Neon Pink #FE64CF
RGB
CMYK
RGB Variations
Color information
#FE64CF (or 0xFE64CF) is known color: Neon Pink. HEX triplet: FE, 64 and CF. RGB value is (254,100,207). Sum of RGB (Red+Green+Blue) = 254+100+207=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64CF is #019B30. Grayscale: #9D9D9D. Windows color (decimal): -105265 or 13591806. OLE color: 13591806.
HSL color Cylindrical-coordinate representation of color #FE64CF: hue angle of 318.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64CF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 207 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.00 |
| HSL | 318.31º | 0.99% | 0.69% | - |
| HSV(B) | 318.31º | 0.61% | 1% | - |
| XYZ | 56.69 | 34.69 | 62.74 | - |
| YUV | 158.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 207 | 0 | 0.61 | 0.19 | 0.00 | 318.31 | 0.99 | 0.69 |
| Hex | FE | 64 | CF | 0 | 3D | 13 | 0 | 13E | 63 | 45 |
| Octal | 376 | 144 | 317 | 0 | 75 | 23 | 0 | 476 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11001111 | 0 | 111101 | 10011 | 0 | 100111110 | 1100011 | 1000101 |
Color Harmonies of #FE64CF
Complementary color
Monochromatic Colors of #FE64CF
Black with #FE64CF
Text Example
Text Example
White with #FE64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64CF; }
p { color: rgb(254,100,207); }
H1.HeaderClassName
{
color: #FE64CF;
}
.AnyTagClassName
{
color: #FE64CF;
}
</style>
background-color css
<style>
a { background-color: #FE64CF; }
a { background-color: rgb(254,100,207); }
div.DivClassName
{
background-color: #FE64CF;
}
.BgClassName
{
background-color: #FE64CF;
}
</style>
border-color css
<style>
span { border-color: #FE64CF; }
span { border-color: rgb(254,100,207); }
td.TdClassName
{
border-color: #FE64CF;
}
.TagClassName
{
border-color: #FE64CF;
}
</style>