Shades of Neon Pink #FB69D0
Tints of Neon Pink #FB69D0
RGB
CMYK
RGB Variations
Color information
#FB69D0 (or 0xFB69D0) is known color: Neon Pink. HEX triplet: FB, 69 and D0. RGB value is (251,105,208). Sum of RGB (Red+Green+Blue) = 251+105+208=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB69D0 is #04962F. Grayscale: #A0A0A0. Windows color (decimal): -300592 or 13658619. OLE color: 13658619.
HSL color Cylindrical-coordinate representation of color #FB69D0: hue angle of 317.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB69D0 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 208 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.02 |
| HSL | 317.67º | 0.95% | 0.7% | - |
| HSV(B) | 317.67º | 0.58% | 0.98% | - |
| XYZ | 56.22 | 35.17 | 63.5 | - |
| YUV | 160.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 208 | 0 | 0.58 | 0.17 | 0.02 | 317.67 | 0.95 | 0.7 |
| Hex | FB | 69 | D0 | 0 | 3A | 11 | 2 | 13E | 5F | 46 |
| Octal | 373 | 151 | 320 | 0 | 72 | 21 | 2 | 476 | 137 | 106 |
| Binary | 11111011 | 1101001 | 11010000 | 0 | 111010 | 10001 | 10 | 100111110 | 1011111 | 1000110 |
Color Harmonies of #FB69D0
Complementary color
Monochromatic Colors of #FB69D0
Black with #FB69D0
Text Example
Text Example
White with #FB69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB69D0; }
p { color: rgb(251,105,208); }
H1.HeaderClassName
{
color: #FB69D0;
}
.AnyTagClassName
{
color: #FB69D0;
}
</style>
background-color css
<style>
a { background-color: #FB69D0; }
a { background-color: rgb(251,105,208); }
div.DivClassName
{
background-color: #FB69D0;
}
.BgClassName
{
background-color: #FB69D0;
}
</style>
border-color css
<style>
span { border-color: #FB69D0; }
span { border-color: rgb(251,105,208); }
td.TdClassName
{
border-color: #FB69D0;
}
.TagClassName
{
border-color: #FB69D0;
}
</style>