Shades of Neon Pink #FB67DC
Tints of Neon Pink #FB67DC
RGB
CMYK
RGB Variations
Color information
#FB67DC (or 0xFB67DC) is known color: Neon Pink. HEX triplet: FB, 67 and DC. RGB value is (251,103,220). Sum of RGB (Red+Green+Blue) = 251+103+220=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB67DC is #049823. Grayscale: #A0A0A0. Windows color (decimal): -301092 or 14444539. OLE color: 14444539.
HSL color Cylindrical-coordinate representation of color #FB67DC: hue angle of 312.57º 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 #FB67DC is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 220 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.02 |
| HSL | 312.57º | 0.95% | 0.69% | - |
| HSV(B) | 312.57º | 0.59% | 0.98% | - |
| XYZ | 57.55 | 35.38 | 71.51 | - |
| YUV | 160.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 220 | 0 | 0.59 | 0.12 | 0.02 | 312.57 | 0.95 | 0.69 |
| Hex | FB | 67 | DC | 0 | 3B | C | 2 | 139 | 5F | 45 |
| Octal | 373 | 147 | 334 | 0 | 73 | 14 | 2 | 471 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11011100 | 0 | 111011 | 1100 | 10 | 100111001 | 1011111 | 1000101 |
Color Harmonies of #FB67DC
Complementary color
Monochromatic Colors of #FB67DC
Black with #FB67DC
Text Example
Text Example
White with #FB67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67DC; }
p { color: rgb(251,103,220); }
H1.HeaderClassName
{
color: #FB67DC;
}
.AnyTagClassName
{
color: #FB67DC;
}
</style>
background-color css
<style>
a { background-color: #FB67DC; }
a { background-color: rgb(251,103,220); }
div.DivClassName
{
background-color: #FB67DC;
}
.BgClassName
{
background-color: #FB67DC;
}
</style>
border-color css
<style>
span { border-color: #FB67DC; }
span { border-color: rgb(251,103,220); }
td.TdClassName
{
border-color: #FB67DC;
}
.TagClassName
{
border-color: #FB67DC;
}
</style>