Shades of Neon Pink #FE65D3
Tints of Neon Pink #FE65D3
RGB
CMYK
RGB Variations
Color information
#FE65D3 (or 0xFE65D3) is known color: Neon Pink. HEX triplet: FE, 65 and D3. RGB value is (254,101,211). Sum of RGB (Red+Green+Blue) = 254+101+211=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65D3 is #019A2C. Grayscale: #9F9F9F. Windows color (decimal): -105005 or 13854206. OLE color: 13854206.
HSL color Cylindrical-coordinate representation of color #FE65D3: hue angle of 316.86º 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 #FE65D3 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 211 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.00 |
| HSL | 316.86º | 0.99% | 0.7% | - |
| HSV(B) | 316.86º | 0.6% | 1% | - |
| XYZ | 57.28 | 35.08 | 65.38 | - |
| YUV | 159.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 211 | 0 | 0.60 | 0.17 | 0.00 | 316.86 | 0.99 | 0.7 |
| Hex | FE | 65 | D3 | 0 | 3C | 11 | 0 | 13D | 63 | 46 |
| Octal | 376 | 145 | 323 | 0 | 74 | 21 | 0 | 475 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11010011 | 0 | 111100 | 10001 | 0 | 100111101 | 1100011 | 1000110 |
Color Harmonies of #FE65D3
Complementary color
Monochromatic Colors of #FE65D3
Black with #FE65D3
Text Example
Text Example
White with #FE65D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65D3; }
p { color: rgb(254,101,211); }
H1.HeaderClassName
{
color: #FE65D3;
}
.AnyTagClassName
{
color: #FE65D3;
}
</style>
background-color css
<style>
a { background-color: #FE65D3; }
a { background-color: rgb(254,101,211); }
div.DivClassName
{
background-color: #FE65D3;
}
.BgClassName
{
background-color: #FE65D3;
}
</style>
border-color css
<style>
span { border-color: #FE65D3; }
span { border-color: rgb(254,101,211); }
td.TdClassName
{
border-color: #FE65D3;
}
.TagClassName
{
border-color: #FE65D3;
}
</style>