Shades of Neon Pink #FB66D0
Tints of Neon Pink #FB66D0
RGB
CMYK
RGB Variations
Color information
#FB66D0 (or 0xFB66D0) is known color: Neon Pink. HEX triplet: FB, 66 and D0. RGB value is (251,102,208). Sum of RGB (Red+Green+Blue) = 251+102+208=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66D0 is #04992F. Grayscale: #9E9E9E. Windows color (decimal): -301360 or 13657851. OLE color: 13657851.
HSL color Cylindrical-coordinate representation of color #FB66D0: hue angle of 317.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66D0 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 208 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.02 |
| HSL | 317.32º | 0.95% | 0.69% | - |
| HSV(B) | 317.32º | 0.59% | 0.98% | - |
| XYZ | 55.92 | 34.57 | 63.4 | - |
| YUV | 158.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 208 | 0 | 0.59 | 0.17 | 0.02 | 317.32 | 0.95 | 0.69 |
| Hex | FB | 66 | D0 | 0 | 3B | 11 | 2 | 13D | 5F | 45 |
| Octal | 373 | 146 | 320 | 0 | 73 | 21 | 2 | 475 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11010000 | 0 | 111011 | 10001 | 10 | 100111101 | 1011111 | 1000101 |
Color Harmonies of #FB66D0
Complementary color
Monochromatic Colors of #FB66D0
Black with #FB66D0
Text Example
Text Example
White with #FB66D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66D0; }
p { color: rgb(251,102,208); }
H1.HeaderClassName
{
color: #FB66D0;
}
.AnyTagClassName
{
color: #FB66D0;
}
</style>
background-color css
<style>
a { background-color: #FB66D0; }
a { background-color: rgb(251,102,208); }
div.DivClassName
{
background-color: #FB66D0;
}
.BgClassName
{
background-color: #FB66D0;
}
</style>
border-color css
<style>
span { border-color: #FB66D0; }
span { border-color: rgb(251,102,208); }
td.TdClassName
{
border-color: #FB66D0;
}
.TagClassName
{
border-color: #FB66D0;
}
</style>