Shades of Neon Pink #FB67CE
Tints of Neon Pink #FB67CE
RGB
CMYK
RGB Variations
Color information
#FB67CE (or 0xFB67CE) is known color: Neon Pink. HEX triplet: FB, 67 and CE. RGB value is (251,103,206). Sum of RGB (Red+Green+Blue) = 251+103+206=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB67CE is #049831. Grayscale: #9E9E9E. Windows color (decimal): -301106 or 13527035. OLE color: 13527035.
HSL color Cylindrical-coordinate representation of color #FB67CE: hue angle of 318.24º 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 #FB67CE is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 206 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.02 |
| HSL | 318.24º | 0.95% | 0.69% | - |
| HSV(B) | 318.24º | 0.59% | 0.98% | - |
| XYZ | 55.77 | 34.67 | 62.14 | - |
| YUV | 158.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 206 | 0 | 0.59 | 0.18 | 0.02 | 318.24 | 0.95 | 0.69 |
| Hex | FB | 67 | CE | 0 | 3B | 12 | 2 | 13E | 5F | 45 |
| Octal | 373 | 147 | 316 | 0 | 73 | 22 | 2 | 476 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11001110 | 0 | 111011 | 10010 | 10 | 100111110 | 1011111 | 1000101 |
Color Harmonies of #FB67CE
Complementary color
Monochromatic Colors of #FB67CE
Black with #FB67CE
Text Example
Text Example
White with #FB67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67CE; }
p { color: rgb(251,103,206); }
H1.HeaderClassName
{
color: #FB67CE;
}
.AnyTagClassName
{
color: #FB67CE;
}
</style>
background-color css
<style>
a { background-color: #FB67CE; }
a { background-color: rgb(251,103,206); }
div.DivClassName
{
background-color: #FB67CE;
}
.BgClassName
{
background-color: #FB67CE;
}
</style>
border-color css
<style>
span { border-color: #FB67CE; }
span { border-color: rgb(251,103,206); }
td.TdClassName
{
border-color: #FB67CE;
}
.TagClassName
{
border-color: #FB67CE;
}
</style>