Shades of Neon Pink #FB67D5
Tints of Neon Pink #FB67D5
RGB
CMYK
RGB Variations
Color information
#FB67D5 (or 0xFB67D5) is known color: Neon Pink. HEX triplet: FB, 67 and D5. RGB value is (251,103,213). Sum of RGB (Red+Green+Blue) = 251+103+213=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 103 (40.62% from 255 or 18.17% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB67D5 is #04982A. Grayscale: #9F9F9F. Windows color (decimal): -301099 or 13985787. OLE color: 13985787.
HSL color Cylindrical-coordinate representation of color #FB67D5: hue angle of 315.41º 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 #FB67D5 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 213 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.02 |
| HSL | 315.41º | 0.95% | 0.69% | - |
| HSV(B) | 315.41º | 0.59% | 0.98% | - |
| XYZ | 56.64 | 35.01 | 66.72 | - |
| YUV | 159.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 213 | 0 | 0.59 | 0.15 | 0.02 | 315.41 | 0.95 | 0.69 |
| Hex | FB | 67 | D5 | 0 | 3B | F | 2 | 13B | 5F | 45 |
| Octal | 373 | 147 | 325 | 0 | 73 | 17 | 2 | 473 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11010101 | 0 | 111011 | 1111 | 10 | 100111011 | 1011111 | 1000101 |
Color Harmonies of #FB67D5
Complementary color
Monochromatic Colors of #FB67D5
Black with #FB67D5
Text Example
Text Example
White with #FB67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67D5; }
p { color: rgb(251,103,213); }
H1.HeaderClassName
{
color: #FB67D5;
}
.AnyTagClassName
{
color: #FB67D5;
}
</style>
background-color css
<style>
a { background-color: #FB67D5; }
a { background-color: rgb(251,103,213); }
div.DivClassName
{
background-color: #FB67D5;
}
.BgClassName
{
background-color: #FB67D5;
}
</style>
border-color css
<style>
span { border-color: #FB67D5; }
span { border-color: rgb(251,103,213); }
td.TdClassName
{
border-color: #FB67D5;
}
.TagClassName
{
border-color: #FB67D5;
}
</style>