Html Css Color HEX #FC7BCC Neon Pink

📋 copy color: '#FC7BCC'

red 252 ◦ green 123 ◦ blue 204

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

Shades of Neon Pink #FC7BCC

Tints of Neon Pink #FC7BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.24%

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

R = 43.52%
G = 21.24%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7BCC (or 0xFC7BCC) is known color: Neon Pink. HEX triplet: FC, 7B and CC. RGB value is (252,123,204). Sum of RGB (Red+Green+Blue) = 252+123+204=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BCC is #038433. Grayscale: #AAAAAA. Windows color (decimal): -230452 or 13401084. OLE color: 13401084.

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

Color convert

RGB 252 123 204 -
CMYK 0 0.51 0.19 0.01
HSL 322.33º 0.96% 0.74% -
HSV(B) 322.33º 0.51% 0.99% -
XYZ 58.13 39.22 61.63 -
YUV 170.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 252 123 204 0 0.51 0.19 0.01 322.33 0.96 0.74
Hex FC 7B CC 0 33 13 1 142 60 4A
Octal 374 173 314 0 63 23 1 502 140 112
Binary 11111100 1111011 11001100 0 110011 10011 1 101000010 1100000 1001010

Color Harmonies of #FC7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BCC

Black with #FC7BCC

Text Example


Text Example

White with #FC7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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