Shades of Neon Pink #FA65DB
Tints of Neon Pink #FA65DB
RGB
CMYK
RGB Variations
Color information
#FA65DB (or 0xFA65DB) is known color: Neon Pink. HEX triplet: FA, 65 and DB. RGB value is (250,101,219). Sum of RGB (Red+Green+Blue) = 250+101+219=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65DB is #059A24. Grayscale: #9E9E9E. Windows color (decimal): -367141 or 14378490. OLE color: 14378490.
HSL color Cylindrical-coordinate representation of color #FA65DB: hue angle of 312.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65DB is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 219 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.02 |
| HSL | 312.48º | 0.94% | 0.69% | - |
| HSV(B) | 312.48º | 0.6% | 0.98% | - |
| XYZ | 56.86 | 34.75 | 70.73 | - |
| YUV | 159 | 161.86 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 219 | 0 | 0.60 | 0.12 | 0.02 | 312.48 | 0.94 | 0.69 |
| Hex | FA | 65 | DB | 0 | 3C | C | 2 | 138 | 5E | 45 |
| Octal | 372 | 145 | 333 | 0 | 74 | 14 | 2 | 470 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11011011 | 0 | 111100 | 1100 | 10 | 100111000 | 1011110 | 1000101 |
Color Harmonies of #FA65DB
Complementary color
Monochromatic Colors of #FA65DB
Black with #FA65DB
Text Example
Text Example
White with #FA65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65DB; }
p { color: rgb(250,101,219); }
H1.HeaderClassName
{
color: #FA65DB;
}
.AnyTagClassName
{
color: #FA65DB;
}
</style>
background-color css
<style>
a { background-color: #FA65DB; }
a { background-color: rgb(250,101,219); }
div.DivClassName
{
background-color: #FA65DB;
}
.BgClassName
{
background-color: #FA65DB;
}
</style>
border-color css
<style>
span { border-color: #FA65DB; }
span { border-color: rgb(250,101,219); }
td.TdClassName
{
border-color: #FA65DB;
}
.TagClassName
{
border-color: #FA65DB;
}
</style>