Html Css Color HEX #FC7BCE Neon Pink

📋 copy color: '#FC7BCE'

red 252 ◦ green 123 ◦ blue 206

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

Shades of Neon Pink #FC7BCE

Tints of Neon Pink #FC7BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 43.37%
G = 21.17%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC7BCE (or 0xFC7BCE) is known color: Neon Pink. HEX triplet: FC, 7B and CE. RGB value is (252,123,206). Sum of RGB (Red+Green+Blue) = 252+123+206=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BCE is #038431. Grayscale: #AAAAAA. Windows color (decimal): -230450 or 13532156. OLE color: 13532156.

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

Color convert

RGB 252 123 206 -
CMYK 0 0.51 0.18 0.01
HSL 321.4º 0.96% 0.74% -
HSV(B) 321.4º 0.51% 0.99% -
XYZ 58.37 39.32 62.91 -
YUV 171.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 252 123 206 0 0.51 0.18 0.01 321.4 0.96 0.74
Hex FC 7B CE 0 33 12 1 141 60 4A
Octal 374 173 316 0 63 22 1 501 140 112
Binary 11111100 1111011 11001110 0 110011 10010 1 101000001 1100000 1001010

Color Harmonies of #FC7BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BCE

Black with #FC7BCE

Text Example


Text Example

White with #FC7BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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