Shades of Neon Pink #FB68D6
Tints of Neon Pink #FB68D6
RGB
CMYK
RGB Variations
Color information
#FB68D6 (or 0xFB68D6) is known color: Neon Pink. HEX triplet: FB, 68 and D6. RGB value is (251,104,214). Sum of RGB (Red+Green+Blue) = 251+104+214=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68D6 is #049729. Grayscale: #A0A0A0. Windows color (decimal): -300842 or 14051579. OLE color: 14051579.
HSL color Cylindrical-coordinate representation of color #FB68D6: hue angle of 315.1º 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 #FB68D6 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 214 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.02 |
| HSL | 315.1º | 0.95% | 0.7% | - |
| HSV(B) | 315.1º | 0.59% | 0.98% | - |
| XYZ | 56.87 | 35.26 | 67.43 | - |
| YUV | 160.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 214 | 0 | 0.59 | 0.15 | 0.02 | 315.1 | 0.95 | 0.7 |
| Hex | FB | 68 | D6 | 0 | 3B | F | 2 | 13B | 5F | 46 |
| Octal | 373 | 150 | 326 | 0 | 73 | 17 | 2 | 473 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11010110 | 0 | 111011 | 1111 | 10 | 100111011 | 1011111 | 1000110 |
Color Harmonies of #FB68D6
Complementary color
Monochromatic Colors of #FB68D6
Black with #FB68D6
Text Example
Text Example
White with #FB68D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68D6; }
p { color: rgb(251,104,214); }
H1.HeaderClassName
{
color: #FB68D6;
}
.AnyTagClassName
{
color: #FB68D6;
}
</style>
background-color css
<style>
a { background-color: #FB68D6; }
a { background-color: rgb(251,104,214); }
div.DivClassName
{
background-color: #FB68D6;
}
.BgClassName
{
background-color: #FB68D6;
}
</style>
border-color css
<style>
span { border-color: #FB68D6; }
span { border-color: rgb(251,104,214); }
td.TdClassName
{
border-color: #FB68D6;
}
.TagClassName
{
border-color: #FB68D6;
}
</style>