Html Css Color HEX #FC73CB Neon Pink

📋 copy color: '#FC73CB'

red 252 ◦ green 115 ◦ blue 203

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

Shades of Neon Pink #FC73CB

Tints of Neon Pink #FC73CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.18%

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 44.21%
G = 20.18%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC73CB (or 0xFC73CB) is known color: Neon Pink. HEX triplet: FC, 73 and CB. RGB value is (252,115,203). Sum of RGB (Red+Green+Blue) = 252+115+203=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73CB is #038C34. Grayscale: #A5A5A5. Windows color (decimal): -232501 or 13333500. OLE color: 13333500.

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

Color convert

RGB 252 115 203 -
CMYK 0 0.54 0.19 0.01
HSL 321.46º 0.96% 0.72% -
HSV(B) 321.46º 0.54% 0.99% -
XYZ 57.06 37.27 60.69 -
YUV 166 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 252 115 203 0 0.54 0.19 0.01 321.46 0.96 0.72
Hex FC 73 CB 0 36 13 1 141 60 48
Octal 374 163 313 0 66 23 1 501 140 110
Binary 11111100 1110011 11001011 0 110110 10011 1 101000001 1100000 1001000

Color Harmonies of #FC73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73CB

Black with #FC73CB

Text Example


Text Example

White with #FC73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73CB; }

 p { color: rgb(252,115,203); }

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

background-color css

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

 a { background-color: rgb(252,115,203); }

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

border-color css

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

 span { border-color: rgb(252,115,203); }

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