Shades of Neon Pink #FF65DB
Tints of Neon Pink #FF65DB
RGB
CMYK
RGB Variations
Color information
#FF65DB (or 0xFF65DB) is known color: Neon Pink. HEX triplet: FF, 65 and DB. RGB value is (255,101,219). Sum of RGB (Red+Green+Blue) = 255+101+219=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65DB is #009A24. Grayscale: #A0A0A0. Windows color (decimal): -39461 or 14378495. OLE color: 14378495.
HSL color Cylindrical-coordinate representation of color #FF65DB: hue angle of 314.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF65DB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 219 | - |
| CMYK | 0 | 0.60 | 0.14 | 0 |
| HSL | 314.03º | 1% | 0.7% | - |
| HSV(B) | 314.03º | 0.6% | 1% | - |
| XYZ | 58.68 | 35.68 | 70.81 | - |
| YUV | 160.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 219 | 0 | 0.60 | 0.14 | 0 | 314.03 | 1 | 0.7 |
| Hex | FF | 65 | DB | 0 | 3C | E | 0 | 13A | 64 | 46 |
| Octal | 377 | 145 | 333 | 0 | 74 | 16 | 0 | 472 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11011011 | 0 | 111100 | 1110 | 0 | 100111010 | 1100100 | 1000110 |
Color Harmonies of #FF65DB
Complementary color
Monochromatic Colors of #FF65DB
Black with #FF65DB
Text Example
Text Example
White with #FF65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65DB; }
p { color: rgb(255,101,219); }
H1.HeaderClassName
{
color: #FF65DB;
}
.AnyTagClassName
{
color: #FF65DB;
}
</style>
background-color css
<style>
a { background-color: #FF65DB; }
a { background-color: rgb(255,101,219); }
div.DivClassName
{
background-color: #FF65DB;
}
.BgClassName
{
background-color: #FF65DB;
}
</style>
border-color css
<style>
span { border-color: #FF65DB; }
span { border-color: rgb(255,101,219); }
td.TdClassName
{
border-color: #FF65DB;
}
.TagClassName
{
border-color: #FF65DB;
}
</style>