Html Css Color HEX #FC6CCC Neon Pink

📋 copy color: '#FC6CCC'

red 252 ◦ green 108 ◦ blue 204

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

Shades of Neon Pink #FC6CCC

Tints of Neon Pink #FC6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.15%

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 44.68%
G = 19.15%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6CCC (or 0xFC6CCC) is known color: Neon Pink. HEX triplet: FC, 6C and CC. RGB value is (252,108,204). Sum of RGB (Red+Green+Blue) = 252+108+204=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CCC is #039333. Grayscale: #A1A1A1. Windows color (decimal): -234292 or 13397244. OLE color: 13397244.

HSL color Cylindrical-coordinate representation of color #FC6CCC: hue angle of 320º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CCC is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 204 -
CMYK 0 0.57 0.19 0.01
HSL 320º 0.96% 0.71% -
HSV(B) 320º 0.57% 0.99% -
XYZ 56.41 35.78 61.06 -
YUV 162 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 252 108 204 0 0.57 0.19 0.01 320 0.96 0.71
Hex FC 6C CC 0 39 13 1 140 60 47
Octal 374 154 314 0 71 23 1 500 140 107
Binary 11111100 1101100 11001100 0 111001 10011 1 101000000 1100000 1000111

Color Harmonies of #FC6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CCC

Black with #FC6CCC

Text Example


Text Example

White with #FC6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CCC; }

 p { color: rgb(252,108,204); }

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

background-color css

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

 a { background-color: rgb(252,108,204); }

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

border-color css

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

 span { border-color: rgb(252,108,204); }

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