Shades of Neon Pink #FE65CF
Tints of Neon Pink #FE65CF
RGB
CMYK
RGB Variations
Color information
#FE65CF (or 0xFE65CF) is known color: Neon Pink. HEX triplet: FE, 65 and CF. RGB value is (254,101,207). Sum of RGB (Red+Green+Blue) = 254+101+207=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65CF is #019A30. Grayscale: #9E9E9E. Windows color (decimal): -105009 or 13592062. OLE color: 13592062.
HSL color Cylindrical-coordinate representation of color #FE65CF: hue angle of 318.43º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65CF is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 207 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.00 |
| HSL | 318.43º | 0.99% | 0.7% | - |
| HSV(B) | 318.43º | 0.6% | 1% | - |
| XYZ | 56.79 | 34.88 | 62.77 | - |
| YUV | 158.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 207 | 0 | 0.60 | 0.19 | 0.00 | 318.43 | 0.99 | 0.7 |
| Hex | FE | 65 | CF | 0 | 3C | 13 | 0 | 13E | 63 | 46 |
| Octal | 376 | 145 | 317 | 0 | 74 | 23 | 0 | 476 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11001111 | 0 | 111100 | 10011 | 0 | 100111110 | 1100011 | 1000110 |
Color Harmonies of #FE65CF
Complementary color
Monochromatic Colors of #FE65CF
Black with #FE65CF
Text Example
Text Example
White with #FE65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65CF; }
p { color: rgb(254,101,207); }
H1.HeaderClassName
{
color: #FE65CF;
}
.AnyTagClassName
{
color: #FE65CF;
}
</style>
background-color css
<style>
a { background-color: #FE65CF; }
a { background-color: rgb(254,101,207); }
div.DivClassName
{
background-color: #FE65CF;
}
.BgClassName
{
background-color: #FE65CF;
}
</style>
border-color css
<style>
span { border-color: #FE65CF; }
span { border-color: rgb(254,101,207); }
td.TdClassName
{
border-color: #FE65CF;
}
.TagClassName
{
border-color: #FE65CF;
}
</style>