Shades of Neon Pink #FB67C8
Tints of Neon Pink #FB67C8
RGB
CMYK
RGB Variations
Color information
#FB67C8 (or 0xFB67C8) is known color: Neon Pink. HEX triplet: FB, 67 and C8. RGB value is (251,103,200). Sum of RGB (Red+Green+Blue) = 251+103+200=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB67C8 is #049837. Grayscale: #9E9E9E. Windows color (decimal): -301112 or 13133819. OLE color: 13133819.
HSL color Cylindrical-coordinate representation of color #FB67C8: hue angle of 320.68º 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 #FB67C8 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 200 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.02 |
| HSL | 320.68º | 0.95% | 0.69% | - |
| HSV(B) | 320.68º | 0.59% | 0.98% | - |
| XYZ | 55.06 | 34.38 | 58.38 | - |
| YUV | 158.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 200 | 0 | 0.59 | 0.20 | 0.02 | 320.68 | 0.95 | 0.69 |
| Hex | FB | 67 | C8 | 0 | 3B | 14 | 2 | 141 | 5F | 45 |
| Octal | 373 | 147 | 310 | 0 | 73 | 24 | 2 | 501 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11001000 | 0 | 111011 | 10100 | 10 | 101000001 | 1011111 | 1000101 |
Color Harmonies of #FB67C8
Complementary color
Monochromatic Colors of #FB67C8
Black with #FB67C8
Text Example
Text Example
White with #FB67C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67C8; }
p { color: rgb(251,103,200); }
H1.HeaderClassName
{
color: #FB67C8;
}
.AnyTagClassName
{
color: #FB67C8;
}
</style>
background-color css
<style>
a { background-color: #FB67C8; }
a { background-color: rgb(251,103,200); }
div.DivClassName
{
background-color: #FB67C8;
}
.BgClassName
{
background-color: #FB67C8;
}
</style>
border-color css
<style>
span { border-color: #FB67C8; }
span { border-color: rgb(251,103,200); }
td.TdClassName
{
border-color: #FB67C8;
}
.TagClassName
{
border-color: #FB67C8;
}
</style>