Shades of Neon Pink #FE65DA
Tints of Neon Pink #FE65DA
RGB
CMYK
RGB Variations
Color information
#FE65DA (or 0xFE65DA) is known color: Neon Pink. HEX triplet: FE, 65 and DA. RGB value is (254,101,218). Sum of RGB (Red+Green+Blue) = 254+101+218=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65DA is #019A25. Grayscale: #9F9F9F. Windows color (decimal): -104998 or 14312958. OLE color: 14312958.
HSL color Cylindrical-coordinate representation of color #FE65DA: hue angle of 314.12º 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 #FE65DA is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 218 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.00 |
| HSL | 314.12º | 0.99% | 0.7% | - |
| HSV(B) | 314.12º | 0.6% | 1% | - |
| XYZ | 58.18 | 35.44 | 70.1 | - |
| YUV | 160.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 218 | 0 | 0.60 | 0.14 | 0.00 | 314.12 | 0.99 | 0.7 |
| Hex | FE | 65 | DA | 0 | 3C | E | 0 | 13A | 63 | 46 |
| Octal | 376 | 145 | 332 | 0 | 74 | 16 | 0 | 472 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11011010 | 0 | 111100 | 1110 | 0 | 100111010 | 1100011 | 1000110 |
Color Harmonies of #FE65DA
Complementary color
Monochromatic Colors of #FE65DA
Black with #FE65DA
Text Example
Text Example
White with #FE65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65DA; }
p { color: rgb(254,101,218); }
H1.HeaderClassName
{
color: #FE65DA;
}
.AnyTagClassName
{
color: #FE65DA;
}
</style>
background-color css
<style>
a { background-color: #FE65DA; }
a { background-color: rgb(254,101,218); }
div.DivClassName
{
background-color: #FE65DA;
}
.BgClassName
{
background-color: #FE65DA;
}
</style>
border-color css
<style>
span { border-color: #FE65DA; }
span { border-color: rgb(254,101,218); }
td.TdClassName
{
border-color: #FE65DA;
}
.TagClassName
{
border-color: #FE65DA;
}
</style>