Shades of Neon Pink #FB65CA
Tints of Neon Pink #FB65CA
RGB
CMYK
RGB Variations
Color information
#FB65CA (or 0xFB65CA) is known color: Neon Pink. HEX triplet: FB, 65 and CA. RGB value is (251,101,202). Sum of RGB (Red+Green+Blue) = 251+101+202=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65CA is #049A35. Grayscale: #9D9D9D. Windows color (decimal): -301622 or 13264379. OLE color: 13264379.
HSL color Cylindrical-coordinate representation of color #FB65CA: hue angle of 319.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 #FB65CA is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 202 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.02 |
| HSL | 319.6º | 0.95% | 0.69% | - |
| HSV(B) | 319.6º | 0.6% | 0.98% | - |
| XYZ | 55.1 | 34.08 | 59.55 | - |
| YUV | 157.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 202 | 0 | 0.60 | 0.20 | 0.02 | 319.6 | 0.95 | 0.69 |
| Hex | FB | 65 | CA | 0 | 3C | 14 | 2 | 140 | 5F | 45 |
| Octal | 373 | 145 | 312 | 0 | 74 | 24 | 2 | 500 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11001010 | 0 | 111100 | 10100 | 10 | 101000000 | 1011111 | 1000101 |
Color Harmonies of #FB65CA
Complementary color
Monochromatic Colors of #FB65CA
Black with #FB65CA
Text Example
Text Example
White with #FB65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65CA; }
p { color: rgb(251,101,202); }
H1.HeaderClassName
{
color: #FB65CA;
}
.AnyTagClassName
{
color: #FB65CA;
}
</style>
background-color css
<style>
a { background-color: #FB65CA; }
a { background-color: rgb(251,101,202); }
div.DivClassName
{
background-color: #FB65CA;
}
.BgClassName
{
background-color: #FB65CA;
}
</style>
border-color css
<style>
span { border-color: #FB65CA; }
span { border-color: rgb(251,101,202); }
td.TdClassName
{
border-color: #FB65CA;
}
.TagClassName
{
border-color: #FB65CA;
}
</style>