Html Css Color HEX #FC72C3 Neon Pink

📋 copy color: '#FC72C3'

red 252 ◦ green 114 ◦ blue 195

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

Shades of Neon Pink #FC72C3

Tints of Neon Pink #FC72C3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.32%

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 44.92%
G = 20.32%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC72C3 (or 0xFC72C3) is known color: Neon Pink. HEX triplet: FC, 72 and C3. RGB value is (252,114,195). Sum of RGB (Red+Green+Blue) = 252+114+195=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72C3 is #038D3C. Grayscale: #A4A4A4. Windows color (decimal): -232765 or 12808956. OLE color: 12808956.

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

Color convert

RGB 252 114 195 -
CMYK 0 0.55 0.23 0.01
HSL 324.78º 0.96% 0.72% -
HSV(B) 324.78º 0.55% 0.99% -
XYZ 56.01 36.67 55.76 -
YUV 164.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 252 114 195 0 0.55 0.23 0.01 324.78 0.96 0.72
Hex FC 72 C3 0 37 17 1 145 60 48
Octal 374 162 303 0 67 27 1 505 140 110
Binary 11111100 1110010 11000011 0 110111 10111 1 101000101 1100000 1001000

Color Harmonies of #FC72C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72C3

Black with #FC72C3

Text Example


Text Example

White with #FC72C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72C3; }

 p { color: rgb(252,114,195); }

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

background-color css

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

 a { background-color: rgb(252,114,195); }

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

border-color css

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

 span { border-color: rgb(252,114,195); }

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