Shades of Neon Pink #FB67D2
Tints of Neon Pink #FB67D2
RGB
CMYK
RGB Variations
Color information
#FB67D2 (or 0xFB67D2) is known color: Neon Pink. HEX triplet: FB, 67 and D2. RGB value is (251,103,210). Sum of RGB (Red+Green+Blue) = 251+103+210=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 103 (40.62% from 255 or 18.26% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB67D2 is #04982D. Grayscale: #9F9F9F. Windows color (decimal): -301102 or 13789179. OLE color: 13789179.
HSL color Cylindrical-coordinate representation of color #FB67D2: hue angle of 316.62º 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 #FB67D2 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 210 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.02 |
| HSL | 316.62º | 0.95% | 0.69% | - |
| HSV(B) | 316.62º | 0.59% | 0.98% | - |
| XYZ | 56.27 | 34.86 | 64.74 | - |
| YUV | 159.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 210 | 0 | 0.59 | 0.16 | 0.02 | 316.62 | 0.95 | 0.69 |
| Hex | FB | 67 | D2 | 0 | 3B | 10 | 2 | 13D | 5F | 45 |
| Octal | 373 | 147 | 322 | 0 | 73 | 20 | 2 | 475 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11010010 | 0 | 111011 | 10000 | 10 | 100111101 | 1011111 | 1000101 |
Color Harmonies of #FB67D2
Complementary color
Monochromatic Colors of #FB67D2
Black with #FB67D2
Text Example
Text Example
White with #FB67D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67D2; }
p { color: rgb(251,103,210); }
H1.HeaderClassName
{
color: #FB67D2;
}
.AnyTagClassName
{
color: #FB67D2;
}
</style>
background-color css
<style>
a { background-color: #FB67D2; }
a { background-color: rgb(251,103,210); }
div.DivClassName
{
background-color: #FB67D2;
}
.BgClassName
{
background-color: #FB67D2;
}
</style>
border-color css
<style>
span { border-color: #FB67D2; }
span { border-color: rgb(251,103,210); }
td.TdClassName
{
border-color: #FB67D2;
}
.TagClassName
{
border-color: #FB67D2;
}
</style>