Shades of Neon Pink #FB67C0
Tints of Neon Pink #FB67C0
RGB
CMYK
RGB Variations
Color information
#FB67C0 (or 0xFB67C0) is known color: Neon Pink. HEX triplet: FB, 67 and C0. RGB value is (251,103,192). Sum of RGB (Red+Green+Blue) = 251+103+192=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB67C0 is #04983F. Grayscale: #9D9D9D. Windows color (decimal): -301120 or 12609531. OLE color: 12609531.
HSL color Cylindrical-coordinate representation of color #FB67C0: hue angle of 323.92º 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 #FB67C0 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 192 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.02 |
| HSL | 323.92º | 0.95% | 0.69% | - |
| HSV(B) | 323.92º | 0.59% | 0.98% | - |
| XYZ | 54.15 | 34.02 | 53.58 | - |
| YUV | 157.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 192 | 0 | 0.59 | 0.24 | 0.02 | 323.92 | 0.95 | 0.69 |
| Hex | FB | 67 | C0 | 0 | 3B | 18 | 2 | 144 | 5F | 45 |
| Octal | 373 | 147 | 300 | 0 | 73 | 30 | 2 | 504 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11000000 | 0 | 111011 | 11000 | 10 | 101000100 | 1011111 | 1000101 |
Color Harmonies of #FB67C0
Complementary color
Monochromatic Colors of #FB67C0
Black with #FB67C0
Text Example
Text Example
White with #FB67C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67C0; }
p { color: rgb(251,103,192); }
H1.HeaderClassName
{
color: #FB67C0;
}
.AnyTagClassName
{
color: #FB67C0;
}
</style>
background-color css
<style>
a { background-color: #FB67C0; }
a { background-color: rgb(251,103,192); }
div.DivClassName
{
background-color: #FB67C0;
}
.BgClassName
{
background-color: #FB67C0;
}
</style>
border-color css
<style>
span { border-color: #FB67C0; }
span { border-color: rgb(251,103,192); }
td.TdClassName
{
border-color: #FB67C0;
}
.TagClassName
{
border-color: #FB67C0;
}
</style>