Shades of Neon Pink #FE65DB
Tints of Neon Pink #FE65DB
RGB
CMYK
RGB Variations
Color information
#FE65DB (or 0xFE65DB) is known color: Neon Pink. HEX triplet: FE, 65 and DB. RGB value is (254,101,219). Sum of RGB (Red+Green+Blue) = 254+101+219=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65DB is #019A24. Grayscale: #9F9F9F. Windows color (decimal): -104997 or 14378494. OLE color: 14378494.
HSL color Cylindrical-coordinate representation of color #FE65DB: hue angle of 313.73º 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 #FE65DB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 219 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.00 |
| HSL | 313.73º | 0.99% | 0.7% | - |
| HSV(B) | 313.73º | 0.6% | 1% | - |
| XYZ | 58.31 | 35.49 | 70.8 | - |
| YUV | 160.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 219 | 0 | 0.60 | 0.14 | 0.00 | 313.73 | 0.99 | 0.7 |
| Hex | FE | 65 | DB | 0 | 3C | E | 0 | 13A | 63 | 46 |
| Octal | 376 | 145 | 333 | 0 | 74 | 16 | 0 | 472 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11011011 | 0 | 111100 | 1110 | 0 | 100111010 | 1100011 | 1000110 |
Color Harmonies of #FE65DB
Complementary color
Monochromatic Colors of #FE65DB
Black with #FE65DB
Text Example
Text Example
White with #FE65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65DB; }
p { color: rgb(254,101,219); }
H1.HeaderClassName
{
color: #FE65DB;
}
.AnyTagClassName
{
color: #FE65DB;
}
</style>
background-color css
<style>
a { background-color: #FE65DB; }
a { background-color: rgb(254,101,219); }
div.DivClassName
{
background-color: #FE65DB;
}
.BgClassName
{
background-color: #FE65DB;
}
</style>
border-color css
<style>
span { border-color: #FE65DB; }
span { border-color: rgb(254,101,219); }
td.TdClassName
{
border-color: #FE65DB;
}
.TagClassName
{
border-color: #FE65DB;
}
</style>