Html Css Color HEX #FC66DC Neon Pink

📋 copy color: '#FC66DC'

red 252 ◦ green 102 ◦ blue 220

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

Shades of Neon Pink #FC66DC

Tints of Neon Pink #FC66DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 43.9%
G = 17.77%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC66DC (or 0xFC66DC) is known color: Neon Pink. HEX triplet: FC, 66 and DC. RGB value is (252,102,220). Sum of RGB (Red+Green+Blue) = 252+102+220=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66DC is #039923. Grayscale: #9F9F9F. Windows color (decimal): -235812 or 14444284. OLE color: 14444284.

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

Color convert

RGB 252 102 220 -
CMYK 0 0.60 0.13 0.01
HSL 312.8º 0.96% 0.69% -
HSV(B) 312.8º 0.6% 0.99% -
XYZ 57.81 35.37 71.49 -
YUV 160.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 252 102 220 0 0.60 0.13 0.01 312.8 0.96 0.69
Hex FC 66 DC 0 3C D 1 139 60 45
Octal 374 146 334 0 74 15 1 471 140 105
Binary 11111100 1100110 11011100 0 111100 1101 1 100111001 1100000 1000101

Color Harmonies of #FC66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66DC

Black with #FC66DC

Text Example


Text Example

White with #FC66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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