Html Css Color HEX #FC66DD Neon Pink

📋 copy color: '#FC66DD'

red 252 ◦ green 102 ◦ blue 221

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

Shades of Neon Pink #FC66DD

Tints of Neon Pink #FC66DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 43.83%
G = 17.74%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC66DD (or 0xFC66DD) is known color: Neon Pink. HEX triplet: FC, 66 and DD. RGB value is (252,102,221). Sum of RGB (Red+Green+Blue) = 252+102+221=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66DD is #039922. Grayscale: #A0A0A0. Windows color (decimal): -235811 or 14509820. OLE color: 14509820.

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

Color convert

RGB 252 102 221 -
CMYK 0 0.60 0.12 0.01
HSL 312.4º 0.96% 0.69% -
HSV(B) 312.4º 0.6% 0.99% -
XYZ 57.95 35.42 72.19 -
YUV 160.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 252 102 221 0 0.60 0.12 0.01 312.4 0.96 0.69
Hex FC 66 DD 0 3C C 1 138 60 45
Octal 374 146 335 0 74 14 1 470 140 105
Binary 11111100 1100110 11011101 0 111100 1100 1 100111000 1100000 1000101

Color Harmonies of #FC66DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66DD

Black with #FC66DD

Text Example


Text Example

White with #FC66DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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