Shades of Neon Pink #FB68D3
Tints of Neon Pink #FB68D3
RGB
CMYK
RGB Variations
Color information
#FB68D3 (or 0xFB68D3) is known color: Neon Pink. HEX triplet: FB, 68 and D3. RGB value is (251,104,211). Sum of RGB (Red+Green+Blue) = 251+104+211=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68D3 is #04972C. Grayscale: #9F9F9F. Windows color (decimal): -300845 or 13854971. OLE color: 13854971.
HSL color Cylindrical-coordinate representation of color #FB68D3: hue angle of 316.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68D3 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 211 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.02 |
| HSL | 316.33º | 0.95% | 0.7% | - |
| HSV(B) | 316.33º | 0.59% | 0.98% | - |
| XYZ | 56.49 | 35.11 | 65.43 | - |
| YUV | 160.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 211 | 0 | 0.59 | 0.16 | 0.02 | 316.33 | 0.95 | 0.7 |
| Hex | FB | 68 | D3 | 0 | 3B | 10 | 2 | 13C | 5F | 46 |
| Octal | 373 | 150 | 323 | 0 | 73 | 20 | 2 | 474 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11010011 | 0 | 111011 | 10000 | 10 | 100111100 | 1011111 | 1000110 |
Color Harmonies of #FB68D3
Complementary color
Monochromatic Colors of #FB68D3
Black with #FB68D3
Text Example
Text Example
White with #FB68D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68D3; }
p { color: rgb(251,104,211); }
H1.HeaderClassName
{
color: #FB68D3;
}
.AnyTagClassName
{
color: #FB68D3;
}
</style>
background-color css
<style>
a { background-color: #FB68D3; }
a { background-color: rgb(251,104,211); }
div.DivClassName
{
background-color: #FB68D3;
}
.BgClassName
{
background-color: #FB68D3;
}
</style>
border-color css
<style>
span { border-color: #FB68D3; }
span { border-color: rgb(251,104,211); }
td.TdClassName
{
border-color: #FB68D3;
}
.TagClassName
{
border-color: #FB68D3;
}
</style>