Html Css Color HEX #FC64D8 Neon Pink

📋 copy color: '#FC64D8'

red 252 ◦ green 100 ◦ blue 216

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

Shades of Neon Pink #FC64D8

Tints of Neon Pink #FC64D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 44.37%
G = 17.61%
B = 38.03%

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

#FC64D8 (or 0xFC64D8) is known color: Neon Pink. HEX triplet: FC, 64 and D8. RGB value is (252,100,216). Sum of RGB (Red+Green+Blue) = 252+100+216=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64D8 is #039B27. Grayscale: #9E9E9E. Windows color (decimal): -236328 or 14181628. OLE color: 14181628.

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

Color convert

RGB 252 100 216 -
CMYK 0 0.60 0.14 0.01
HSL 314.21º 0.96% 0.69% -
HSV(B) 314.21º 0.6% 0.99% -
XYZ 57.1 34.77 68.67 -
YUV 158.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 252 100 216 0 0.60 0.14 0.01 314.21 0.96 0.69
Hex FC 64 D8 0 3C E 1 13A 60 45
Octal 374 144 330 0 74 16 1 472 140 105
Binary 11111100 1100100 11011000 0 111100 1110 1 100111010 1100000 1000101

Color Harmonies of #FC64D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64D8

Black with #FC64D8

Text Example


Text Example

White with #FC64D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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