Html Css Color HEX #FC66C3 Neon Pink

📋 copy color: '#FC66C3'

red 252 ◦ green 102 ◦ blue 195

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

Shades of Neon Pink #FC66C3

Tints of Neon Pink #FC66C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.52%

R = 45.9%
G = 18.58%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC66C3 (or 0xFC66C3) is known color: Neon Pink. HEX triplet: FC, 66 and C3. RGB value is (252,102,195). Sum of RGB (Red+Green+Blue) = 252+102+195=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66C3 is #03993C. Grayscale: #9D9D9D. Windows color (decimal): -235837 or 12805884. OLE color: 12805884.

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

Color convert

RGB 252 102 195 -
CMYK 0 0.60 0.23 0.01
HSL 322.8º 0.96% 0.69% -
HSV(B) 322.8º 0.6% 0.99% -
XYZ 54.75 34.14 55.33 -
YUV 157.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 252 102 195 0 0.60 0.23 0.01 322.8 0.96 0.69
Hex FC 66 C3 0 3C 17 1 143 60 45
Octal 374 146 303 0 74 27 1 503 140 105
Binary 11111100 1100110 11000011 0 111100 10111 1 101000011 1100000 1000101

Color Harmonies of #FC66C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66C3

Black with #FC66C3

Text Example


Text Example

White with #FC66C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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