Html Css Color HEX #FC66D8 Neon Pink

📋 copy color: '#FC66D8'

red 252 ◦ green 102 ◦ blue 216

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

Shades of Neon Pink #FC66D8

Tints of Neon Pink #FC66D8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.89%

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

R = 44.21%
G = 17.89%
B = 37.89%

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

#FC66D8 (or 0xFC66D8) is known color: Neon Pink. HEX triplet: FC, 66 and D8. RGB value is (252,102,216). Sum of RGB (Red+Green+Blue) = 252+102+216=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66D8 is #039927. Grayscale: #9F9F9F. Windows color (decimal): -235816 or 14182140. OLE color: 14182140.

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

Color convert

RGB 252 102 216 -
CMYK 0 0.60 0.14 0.01
HSL 314.4º 0.96% 0.69% -
HSV(B) 314.4º 0.6% 0.99% -
XYZ 57.29 35.16 68.73 -
YUV 159.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 252 102 216 0 0.60 0.14 0.01 314.4 0.96 0.69
Hex FC 66 D8 0 3C E 1 13A 60 45
Octal 374 146 330 0 74 16 1 472 140 105
Binary 11111100 1100110 11011000 0 111100 1110 1 100111010 1100000 1000101

Color Harmonies of #FC66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66D8

Black with #FC66D8

Text Example


Text Example

White with #FC66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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