Html Css Color HEX #FC64C8 Neon Pink

📋 copy color: '#FC64C8'

red 252 ◦ green 100 ◦ blue 200

#FC64C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FC64C8

Tints of Neon Pink #FC64C8

RGB

 RED value IS 252 (98.83% from 255) = 45.65%

 GREEN value IS 100 (39.45% from 255) = 18.12%

 BLUE value IS 200 (78.52% from 255) = 36.23%

R = 45.65%
G = 18.12%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC64C8 (or 0xFC64C8) is known color: Neon Pink. HEX triplet: FC, 64 and C8. RGB value is (252,100,200). Sum of RGB (Red+Green+Blue) = 252+100+200=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64C8 is #039B37. Grayscale: #9C9C9C. Windows color (decimal): -236344 or 13133052. OLE color: 13133052.

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

Color convert

RGB 252 100 200 -
CMYK 0 0.60 0.21 0.01
HSL 320.53º 0.96% 0.69% -
HSV(B) 320.53º 0.6% 0.99% -
XYZ 55.13 33.98 58.3 -
YUV 156.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 252 100 200 0 0.60 0.21 0.01 320.53 0.96 0.69
Hex FC 64 C8 0 3C 15 1 141 60 45
Octal 374 144 310 0 74 25 1 501 140 105
Binary 11111100 1100100 11001000 0 111100 10101 1 101000001 1100000 1000101

Color Harmonies of #FC64C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64C8

Black with #FC64C8

Text Example


Text Example

White with #FC64C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64C8; }

 p { color: rgb(252,100,200); }

 H1.HeaderClassName
 {
   color: #FC64C8;
 }
 .AnyTagClassName
 {
   color: #FC64C8;
 }
</style>

background-color css

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

 a { background-color: rgb(252,100,200); }

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

border-color css

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

 span { border-color: rgb(252,100,200); }

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