Shades of Neon Pink #FB66C5
Tints of Neon Pink #FB66C5
RGB
CMYK
RGB Variations
Color information
#FB66C5 (or 0xFB66C5) is known color: Neon Pink. HEX triplet: FB, 66 and C5. RGB value is (251,102,197). Sum of RGB (Red+Green+Blue) = 251+102+197=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66C5 is #04993A. Grayscale: #9D9D9D. Windows color (decimal): -301371 or 12936955. OLE color: 12936955.
HSL color Cylindrical-coordinate representation of color #FB66C5: hue angle of 321.74º 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 #FB66C5 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 197 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.02 |
| HSL | 321.75º | 0.95% | 0.69% | - |
| HSV(B) | 321.75º | 0.59% | 0.98% | - |
| XYZ | 54.61 | 34.04 | 56.52 | - |
| YUV | 157.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 197 | 0 | 0.59 | 0.22 | 0.02 | 321.75 | 0.95 | 0.69 |
| Hex | FB | 66 | C5 | 0 | 3B | 16 | 2 | 142 | 5F | 45 |
| Octal | 373 | 146 | 305 | 0 | 73 | 26 | 2 | 502 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11000101 | 0 | 111011 | 10110 | 10 | 101000010 | 1011111 | 1000101 |
Color Harmonies of #FB66C5
Complementary color
Monochromatic Colors of #FB66C5
Black with #FB66C5
Text Example
Text Example
White with #FB66C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66C5; }
p { color: rgb(251,102,197); }
H1.HeaderClassName
{
color: #FB66C5;
}
.AnyTagClassName
{
color: #FB66C5;
}
</style>
background-color css
<style>
a { background-color: #FB66C5; }
a { background-color: rgb(251,102,197); }
div.DivClassName
{
background-color: #FB66C5;
}
.BgClassName
{
background-color: #FB66C5;
}
</style>
border-color css
<style>
span { border-color: #FB66C5; }
span { border-color: rgb(251,102,197); }
td.TdClassName
{
border-color: #FB66C5;
}
.TagClassName
{
border-color: #FB66C5;
}
</style>