Shades of Neon Pink #FA65CB
Tints of Neon Pink #FA65CB
RGB
CMYK
RGB Variations
Color information
#FA65CB (or 0xFA65CB) is known color: Neon Pink. HEX triplet: FA, 65 and CB. RGB value is (250,101,203). Sum of RGB (Red+Green+Blue) = 250+101+203=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65CB is #059A34. Grayscale: #9C9C9C. Windows color (decimal): -367157 or 13329914. OLE color: 13329914.
HSL color Cylindrical-coordinate representation of color #FA65CB: hue angle of 318.93º degrees, saturation: 0.94, 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 #FA65CB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 203 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.02 |
| HSL | 318.93º | 0.94% | 0.69% | - |
| HSV(B) | 318.93º | 0.6% | 0.98% | - |
| XYZ | 54.86 | 33.94 | 60.16 | - |
| YUV | 157.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 203 | 0 | 0.60 | 0.19 | 0.02 | 318.93 | 0.94 | 0.69 |
| Hex | FA | 65 | CB | 0 | 3C | 13 | 2 | 13F | 5E | 45 |
| Octal | 372 | 145 | 313 | 0 | 74 | 23 | 2 | 477 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11001011 | 0 | 111100 | 10011 | 10 | 100111111 | 1011110 | 1000101 |
Color Harmonies of #FA65CB
Complementary color
Monochromatic Colors of #FA65CB
Black with #FA65CB
Text Example
Text Example
White with #FA65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65CB; }
p { color: rgb(250,101,203); }
H1.HeaderClassName
{
color: #FA65CB;
}
.AnyTagClassName
{
color: #FA65CB;
}
</style>
background-color css
<style>
a { background-color: #FA65CB; }
a { background-color: rgb(250,101,203); }
div.DivClassName
{
background-color: #FA65CB;
}
.BgClassName
{
background-color: #FA65CB;
}
</style>
border-color css
<style>
span { border-color: #FA65CB; }
span { border-color: rgb(250,101,203); }
td.TdClassName
{
border-color: #FA65CB;
}
.TagClassName
{
border-color: #FA65CB;
}
</style>