Shades of Neon Pink #FB65C5
Tints of Neon Pink #FB65C5
RGB
CMYK
RGB Variations
Color information
#FB65C5 (or 0xFB65C5) is known color: Neon Pink. HEX triplet: FB, 65 and C5. RGB value is (251,101,197). Sum of RGB (Red+Green+Blue) = 251+101+197=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65C5 is #049A3A. Grayscale: #9C9C9C. Windows color (decimal): -301627 or 12936699. OLE color: 12936699.
HSL color Cylindrical-coordinate representation of color #FB65C5: hue angle of 321.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 #FB65C5 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 197 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.02 |
| HSL | 321.6º | 0.95% | 0.69% | - |
| HSV(B) | 321.6º | 0.6% | 0.98% | - |
| XYZ | 54.52 | 33.85 | 56.48 | - |
| YUV | 156.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 197 | 0 | 0.60 | 0.22 | 0.02 | 321.6 | 0.95 | 0.69 |
| Hex | FB | 65 | C5 | 0 | 3C | 16 | 2 | 142 | 5F | 45 |
| Octal | 373 | 145 | 305 | 0 | 74 | 26 | 2 | 502 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11000101 | 0 | 111100 | 10110 | 10 | 101000010 | 1011111 | 1000101 |
Color Harmonies of #FB65C5
Complementary color
Monochromatic Colors of #FB65C5
Black with #FB65C5
Text Example
Text Example
White with #FB65C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65C5; }
p { color: rgb(251,101,197); }
H1.HeaderClassName
{
color: #FB65C5;
}
.AnyTagClassName
{
color: #FB65C5;
}
</style>
background-color css
<style>
a { background-color: #FB65C5; }
a { background-color: rgb(251,101,197); }
div.DivClassName
{
background-color: #FB65C5;
}
.BgClassName
{
background-color: #FB65C5;
}
</style>
border-color css
<style>
span { border-color: #FB65C5; }
span { border-color: rgb(251,101,197); }
td.TdClassName
{
border-color: #FB65C5;
}
.TagClassName
{
border-color: #FB65C5;
}
</style>