Shades of Neon Pink #FE64DB
Tints of Neon Pink #FE64DB
RGB
CMYK
RGB Variations
Color information
#FE64DB (or 0xFE64DB) is known color: Neon Pink. HEX triplet: FE, 64 and DB. RGB value is (254,100,219). Sum of RGB (Red+Green+Blue) = 254+100+219=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64DB is #019B24. Grayscale: #9F9F9F. Windows color (decimal): -105253 or 14378238. OLE color: 14378238.
HSL color Cylindrical-coordinate representation of color #FE64DB: hue angle of 313.64º 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 #FE64DB is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 219 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.00 |
| HSL | 313.64º | 0.99% | 0.69% | - |
| HSV(B) | 313.64º | 0.61% | 1% | - |
| XYZ | 58.22 | 35.3 | 70.76 | - |
| YUV | 159.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 219 | 0 | 0.61 | 0.14 | 0.00 | 313.64 | 0.99 | 0.69 |
| Hex | FE | 64 | DB | 0 | 3D | E | 0 | 13A | 63 | 45 |
| Octal | 376 | 144 | 333 | 0 | 75 | 16 | 0 | 472 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11011011 | 0 | 111101 | 1110 | 0 | 100111010 | 1100011 | 1000101 |
Color Harmonies of #FE64DB
Complementary color
Monochromatic Colors of #FE64DB
Black with #FE64DB
Text Example
Text Example
White with #FE64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64DB; }
p { color: rgb(254,100,219); }
H1.HeaderClassName
{
color: #FE64DB;
}
.AnyTagClassName
{
color: #FE64DB;
}
</style>
background-color css
<style>
a { background-color: #FE64DB; }
a { background-color: rgb(254,100,219); }
div.DivClassName
{
background-color: #FE64DB;
}
.BgClassName
{
background-color: #FE64DB;
}
</style>
border-color css
<style>
span { border-color: #FE64DB; }
span { border-color: rgb(254,100,219); }
td.TdClassName
{
border-color: #FE64DB;
}
.TagClassName
{
border-color: #FE64DB;
}
</style>