Shades of Neon Pink #FB65C0
Tints of Neon Pink #FB65C0
RGB
CMYK
RGB Variations
Color information
#FB65C0 (or 0xFB65C0) is known color: Neon Pink. HEX triplet: FB, 65 and C0. RGB value is (251,101,192). Sum of RGB (Red+Green+Blue) = 251+101+192=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65C0 is #049A3F. Grayscale: #9C9C9C. Windows color (decimal): -301632 or 12609019. OLE color: 12609019.
HSL color Cylindrical-coordinate representation of color #FB65C0: hue angle of 323.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65C0 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 192 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.02 |
| HSL | 323.6º | 0.95% | 0.69% | - |
| HSV(B) | 323.6º | 0.6% | 0.98% | - |
| XYZ | 53.95 | 33.62 | 53.52 | - |
| YUV | 156.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 192 | 0 | 0.60 | 0.24 | 0.02 | 323.6 | 0.95 | 0.69 |
| Hex | FB | 65 | C0 | 0 | 3C | 18 | 2 | 144 | 5F | 45 |
| Octal | 373 | 145 | 300 | 0 | 74 | 30 | 2 | 504 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11000000 | 0 | 111100 | 11000 | 10 | 101000100 | 1011111 | 1000101 |
Color Harmonies of #FB65C0
Complementary color
Monochromatic Colors of #FB65C0
Black with #FB65C0
Text Example
Text Example
White with #FB65C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65C0; }
p { color: rgb(251,101,192); }
H1.HeaderClassName
{
color: #FB65C0;
}
.AnyTagClassName
{
color: #FB65C0;
}
</style>
background-color css
<style>
a { background-color: #FB65C0; }
a { background-color: rgb(251,101,192); }
div.DivClassName
{
background-color: #FB65C0;
}
.BgClassName
{
background-color: #FB65C0;
}
</style>
border-color css
<style>
span { border-color: #FB65C0; }
span { border-color: rgb(251,101,192); }
td.TdClassName
{
border-color: #FB65C0;
}
.TagClassName
{
border-color: #FB65C0;
}
</style>