Html Css Color HEX #FC64D9 Neon Pink

📋 copy color: '#FC64D9'

red 252 ◦ green 100 ◦ blue 217

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

Shades of Neon Pink #FC64D9

Tints of Neon Pink #FC64D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 44.29%
G = 17.57%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC64D9 (or 0xFC64D9) is known color: Neon Pink. HEX triplet: FC, 64 and D9. RGB value is (252,100,217). Sum of RGB (Red+Green+Blue) = 252+100+217=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64D9 is #039B26. Grayscale: #9E9E9E. Windows color (decimal): -236327 or 14247164. OLE color: 14247164.

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

Color convert

RGB 252 100 217 -
CMYK 0 0.60 0.14 0.01
HSL 313.82º 0.96% 0.69% -
HSV(B) 313.82º 0.6% 0.99% -
XYZ 57.23 34.82 69.35 -
YUV 158.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 252 100 217 0 0.60 0.14 0.01 313.82 0.96 0.69
Hex FC 64 D9 0 3C E 1 13A 60 45
Octal 374 144 331 0 74 16 1 472 140 105
Binary 11111100 1100100 11011001 0 111100 1110 1 100111010 1100000 1000101

Color Harmonies of #FC64D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64D9

Black with #FC64D9

Text Example


Text Example

White with #FC64D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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