Shades of Neon Pink #FA62CB
Tints of Neon Pink #FA62CB
RGB
CMYK
RGB Variations
Color information
#FA62CB (or 0xFA62CB) is known color: Neon Pink. HEX triplet: FA, 62 and CB. RGB value is (250,98,203). Sum of RGB (Red+Green+Blue) = 250+98+203=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA62CB is #059D34. Grayscale: #9B9B9B. Windows color (decimal): -367925 or 13329146. OLE color: 13329146.
HSL color Cylindrical-coordinate representation of color #FA62CB: hue angle of 318.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA62CB is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 203 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.02 |
| HSL | 318.55º | 0.94% | 0.68% | - |
| HSV(B) | 318.55º | 0.61% | 0.98% | - |
| XYZ | 54.57 | 33.37 | 60.06 | - |
| YUV | 155.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 203 | 0 | 0.61 | 0.19 | 0.02 | 318.55 | 0.94 | 0.68 |
| Hex | FA | 62 | CB | 0 | 3D | 13 | 2 | 13F | 5E | 44 |
| Octal | 372 | 142 | 313 | 0 | 75 | 23 | 2 | 477 | 136 | 104 |
| Binary | 11111010 | 1100010 | 11001011 | 0 | 111101 | 10011 | 10 | 100111111 | 1011110 | 1000100 |
Color Harmonies of #FA62CB
Complementary color
Monochromatic Colors of #FA62CB
Black with #FA62CB
Text Example
Text Example
White with #FA62CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62CB; }
p { color: rgb(250,98,203); }
H1.HeaderClassName
{
color: #FA62CB;
}
.AnyTagClassName
{
color: #FA62CB;
}
</style>
background-color css
<style>
a { background-color: #FA62CB; }
a { background-color: rgb(250,98,203); }
div.DivClassName
{
background-color: #FA62CB;
}
.BgClassName
{
background-color: #FA62CB;
}
</style>
border-color css
<style>
span { border-color: #FA62CB; }
span { border-color: rgb(250,98,203); }
td.TdClassName
{
border-color: #FA62CB;
}
.TagClassName
{
border-color: #FA62CB;
}
</style>