Shades of Neon Pink #FB68D4
Tints of Neon Pink #FB68D4
RGB
CMYK
RGB Variations
Color information
#FB68D4 (or 0xFB68D4) is known color: Neon Pink. HEX triplet: FB, 68 and D4. RGB value is (251,104,212). Sum of RGB (Red+Green+Blue) = 251+104+212=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68D4 is #04972B. Grayscale: #9F9F9F. Windows color (decimal): -300844 or 13920507. OLE color: 13920507.
HSL color Cylindrical-coordinate representation of color #FB68D4: hue angle of 315.92º 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 #FB68D4 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 212 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.02 |
| HSL | 315.92º | 0.95% | 0.7% | - |
| HSV(B) | 315.92º | 0.59% | 0.98% | - |
| XYZ | 56.62 | 35.16 | 66.09 | - |
| YUV | 160.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 212 | 0 | 0.59 | 0.16 | 0.02 | 315.92 | 0.95 | 0.7 |
| Hex | FB | 68 | D4 | 0 | 3B | 10 | 2 | 13C | 5F | 46 |
| Octal | 373 | 150 | 324 | 0 | 73 | 20 | 2 | 474 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11010100 | 0 | 111011 | 10000 | 10 | 100111100 | 1011111 | 1000110 |
Color Harmonies of #FB68D4
Complementary color
Monochromatic Colors of #FB68D4
Black with #FB68D4
Text Example
Text Example
White with #FB68D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68D4; }
p { color: rgb(251,104,212); }
H1.HeaderClassName
{
color: #FB68D4;
}
.AnyTagClassName
{
color: #FB68D4;
}
</style>
background-color css
<style>
a { background-color: #FB68D4; }
a { background-color: rgb(251,104,212); }
div.DivClassName
{
background-color: #FB68D4;
}
.BgClassName
{
background-color: #FB68D4;
}
</style>
border-color css
<style>
span { border-color: #FB68D4; }
span { border-color: rgb(251,104,212); }
td.TdClassName
{
border-color: #FB68D4;
}
.TagClassName
{
border-color: #FB68D4;
}
</style>