Html Css Color HEX #FC64CC Neon Pink

📋 copy color: '#FC64CC'

red 252 ◦ green 100 ◦ blue 204

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

Shades of Neon Pink #FC64CC

Tints of Neon Pink #FC64CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 45.32%
G = 17.99%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC64CC (or 0xFC64CC) is known color: Neon Pink. HEX triplet: FC, 64 and CC. RGB value is (252,100,204). Sum of RGB (Red+Green+Blue) = 252+100+204=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64CC is #039B33. Grayscale: #9D9D9D. Windows color (decimal): -236340 or 13395196. OLE color: 13395196.

HSL color Cylindrical-coordinate representation of color #FC64CC: hue angle of 318.95º 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 #FC64CC is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 204 -
CMYK 0 0.60 0.19 0.01
HSL 318.95º 0.96% 0.69% -
HSV(B) 318.95º 0.6% 0.99% -
XYZ 55.6 34.17 60.79 -
YUV 157.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 252 100 204 0 0.60 0.19 0.01 318.95 0.96 0.69
Hex FC 64 CC 0 3C 13 1 13F 60 45
Octal 374 144 314 0 74 23 1 477 140 105
Binary 11111100 1100100 11001100 0 111100 10011 1 100111111 1100000 1000101

Color Harmonies of #FC64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64CC

Black with #FC64CC

Text Example


Text Example

White with #FC64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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