#FC62CF

Color #FC62CF Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FC62CF

Tints of Neon Pink #FC62CF

Color information

#FC62CF (or 0xFC62CF) is unknown color: approx Neon Pink. HEX triplet: FC, 62 and CF. RGB value is (252,98,207). Sum of RGB (Red+Green+Blue) = 252+98+207=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62CF is #039D30. Grayscale: #9C9C9C. Windows color (decimal): -236849 or 13591292. OLE color: 13591292.

HSL color Cylindrical-coordinate representation of color #FC62CF: hue angle of 317.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC62CF is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB25298207-
CMYK00.610.180.01
HSL317.53º96.25%68.63%-
HSV(B)317.53º61.11%98.82%-
XYZ55.7833.9462.64-
YUV156.47156.52196.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 98 (38.67% from 255) = 17.59%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=45.24%
G=17.59%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529820700.610.180.01317.5396.2568.63
HexFC62CF03D12113e6045
Octal374142317075221476140105
Binary11111100110001011001111011110110010110011111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC62CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC62CF; }

 p { color: rgb(252,98,207); }

 H1.HeaderClassName
 {
   color: #FC62CF;
 }
 .AnyTagClassName
 {
   color: #FC62CF;
 }
</style>
background-color css

<style>
 a { background-color: #FC62CF; }

 a { background-color: rgb(252,98,207); }

 div.DivClassName
 {
   background-color: #FC62CF;
 }
 .BgClassName
 {
   background-color: #FC62CF;
 }
</style>
border-color css

<style>
 span { border-color: #FC62CF; }

 span { border-color: rgb(252,98,207); }

 td.TdClassName
 {
   border-color: #FC62CF;
 }
 .TagClassName
 {
   border-color: #FC62CF;
 }
</style>