Shades of Neon Pink #FB66D3
Tints of Neon Pink #FB66D3
RGB
CMYK
RGB Variations
Color information
#FB66D3 (or 0xFB66D3) is known color: Neon Pink. HEX triplet: FB, 66 and D3. RGB value is (251,102,211). Sum of RGB (Red+Green+Blue) = 251+102+211=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66D3 is #04992C. Grayscale: #9E9E9E. Windows color (decimal): -301357 or 13854459. OLE color: 13854459.
HSL color Cylindrical-coordinate representation of color #FB66D3: hue angle of 316.11º 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 #FB66D3 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 211 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.02 |
| HSL | 316.11º | 0.95% | 0.69% | - |
| HSV(B) | 316.11º | 0.59% | 0.98% | - |
| XYZ | 56.29 | 34.72 | 65.36 | - |
| YUV | 158.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 211 | 0 | 0.59 | 0.16 | 0.02 | 316.11 | 0.95 | 0.69 |
| Hex | FB | 66 | D3 | 0 | 3B | 10 | 2 | 13C | 5F | 45 |
| Octal | 373 | 146 | 323 | 0 | 73 | 20 | 2 | 474 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11010011 | 0 | 111011 | 10000 | 10 | 100111100 | 1011111 | 1000101 |
Color Harmonies of #FB66D3
Complementary color
Monochromatic Colors of #FB66D3
Black with #FB66D3
Text Example
Text Example
White with #FB66D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66D3; }
p { color: rgb(251,102,211); }
H1.HeaderClassName
{
color: #FB66D3;
}
.AnyTagClassName
{
color: #FB66D3;
}
</style>
background-color css
<style>
a { background-color: #FB66D3; }
a { background-color: rgb(251,102,211); }
div.DivClassName
{
background-color: #FB66D3;
}
.BgClassName
{
background-color: #FB66D3;
}
</style>
border-color css
<style>
span { border-color: #FB66D3; }
span { border-color: rgb(251,102,211); }
td.TdClassName
{
border-color: #FB66D3;
}
.TagClassName
{
border-color: #FB66D3;
}
</style>