Html Css Color HEX #FC66D0 Neon Pink

📋 copy color: '#FC66D0'

red 252 ◦ green 102 ◦ blue 208

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

Shades of Neon Pink #FC66D0

Tints of Neon Pink #FC66D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.01%

R = 44.84%
G = 18.15%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC66D0 (or 0xFC66D0) is known color: Neon Pink. HEX triplet: FC, 66 and D0. RGB value is (252,102,208). Sum of RGB (Red+Green+Blue) = 252+102+208=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66D0 is #03992F. Grayscale: #9E9E9E. Windows color (decimal): -235824 or 13657852. OLE color: 13657852.

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

Color convert

RGB 252 102 208 -
CMYK 0 0.60 0.17 0.01
HSL 317.6º 0.96% 0.69% -
HSV(B) 317.6º 0.6% 0.99% -
XYZ 56.28 34.75 63.42 -
YUV 158.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 252 102 208 0 0.60 0.17 0.01 317.6 0.96 0.69
Hex FC 66 D0 0 3C 11 1 13E 60 45
Octal 374 146 320 0 74 21 1 476 140 105
Binary 11111100 1100110 11010000 0 111100 10001 1 100111110 1100000 1000101

Color Harmonies of #FC66D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66D0

Black with #FC66D0

Text Example


Text Example

White with #FC66D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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