Html Css Color HEX #FC73BE Neon Pink

📋 copy color: '#FC73BE'

red 252 ◦ green 115 ◦ blue 190

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

Shades of Neon Pink #FC73BE

Tints of Neon Pink #FC73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 45.24%
G = 20.65%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC73BE (or 0xFC73BE) is known color: Neon Pink. HEX triplet: FC, 73 and BE. RGB value is (252,115,190). Sum of RGB (Red+Green+Blue) = 252+115+190=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73BE is #038C41. Grayscale: #A4A4A4. Windows color (decimal): -232514 or 12481532. OLE color: 12481532.

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

Color convert

RGB 252 115 190 -
CMYK 0 0.54 0.25 0.01
HSL 327.15º 0.96% 0.72% -
HSV(B) 327.15º 0.54% 0.99% -
XYZ 55.57 36.67 52.87 -
YUV 164.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 252 115 190 0 0.54 0.25 0.01 327.15 0.96 0.72
Hex FC 73 BE 0 36 19 1 147 60 48
Octal 374 163 276 0 66 31 1 507 140 110
Binary 11111100 1110011 10111110 0 110110 11001 1 101000111 1100000 1001000

Color Harmonies of #FC73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73BE

Black with #FC73BE

Text Example


Text Example

White with #FC73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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