Html Css Color HEX #FC64C4 Neon Pink

📋 copy color: '#FC64C4'

red 252 ◦ green 100 ◦ blue 196

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

Shades of Neon Pink #FC64C4

Tints of Neon Pink #FC64C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 45.99%
G = 18.25%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC64C4 (or 0xFC64C4) is known color: Neon Pink. HEX triplet: FC, 64 and C4. RGB value is (252,100,196). Sum of RGB (Red+Green+Blue) = 252+100+196=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64C4 is #039B3B. Grayscale: #9C9C9C. Windows color (decimal): -236348 or 12870908. OLE color: 12870908.

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

Color convert

RGB 252 100 196 -
CMYK 0 0.60 0.22 0.01
HSL 322.11º 0.96% 0.69% -
HSV(B) 322.11º 0.6% 0.99% -
XYZ 54.67 33.8 55.87 -
YUV 156.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 252 100 196 0 0.60 0.22 0.01 322.11 0.96 0.69
Hex FC 64 C4 0 3C 16 1 142 60 45
Octal 374 144 304 0 74 26 1 502 140 105
Binary 11111100 1100100 11000100 0 111100 10110 1 101000010 1100000 1000101

Color Harmonies of #FC64C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64C4

Black with #FC64C4

Text Example


Text Example

White with #FC64C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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