Shades of Neon Pink #FB65D1
Tints of Neon Pink #FB65D1
RGB
CMYK
RGB Variations
Color information
#FB65D1 (or 0xFB65D1) is known color: Neon Pink. HEX triplet: FB, 65 and D1. RGB value is (251,101,209). Sum of RGB (Red+Green+Blue) = 251+101+209=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65D1 is #049A2E. Grayscale: #9D9D9D. Windows color (decimal): -301615 or 13723131. OLE color: 13723131.
HSL color Cylindrical-coordinate representation of color #FB65D1: hue angle of 316.8º degrees, saturation: 0.95, 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 #FB65D1 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 209 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.02 |
| HSL | 316.8º | 0.95% | 0.69% | - |
| HSV(B) | 316.8º | 0.6% | 0.98% | - |
| XYZ | 55.95 | 34.42 | 64.02 | - |
| YUV | 158.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 209 | 0 | 0.60 | 0.17 | 0.02 | 316.8 | 0.95 | 0.69 |
| Hex | FB | 65 | D1 | 0 | 3C | 11 | 2 | 13D | 5F | 45 |
| Octal | 373 | 145 | 321 | 0 | 74 | 21 | 2 | 475 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11010001 | 0 | 111100 | 10001 | 10 | 100111101 | 1011111 | 1000101 |
Color Harmonies of #FB65D1
Complementary color
Monochromatic Colors of #FB65D1
Black with #FB65D1
Text Example
Text Example
White with #FB65D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65D1; }
p { color: rgb(251,101,209); }
H1.HeaderClassName
{
color: #FB65D1;
}
.AnyTagClassName
{
color: #FB65D1;
}
</style>
background-color css
<style>
a { background-color: #FB65D1; }
a { background-color: rgb(251,101,209); }
div.DivClassName
{
background-color: #FB65D1;
}
.BgClassName
{
background-color: #FB65D1;
}
</style>
border-color css
<style>
span { border-color: #FB65D1; }
span { border-color: rgb(251,101,209); }
td.TdClassName
{
border-color: #FB65D1;
}
.TagClassName
{
border-color: #FB65D1;
}
</style>