Html Css Color HEX #FC72C2 Neon Pink

📋 copy color: '#FC72C2'

red 252 ◦ green 114 ◦ blue 194

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

Shades of Neon Pink #FC72C2

Tints of Neon Pink #FC72C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 45%
G = 20.36%
B = 34.64%

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

#FC72C2 (or 0xFC72C2) is known color: Neon Pink. HEX triplet: FC, 72 and C2. RGB value is (252,114,194). Sum of RGB (Red+Green+Blue) = 252+114+194=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72C2 is #038D3D. Grayscale: #A4A4A4. Windows color (decimal): -232766 or 12743420. OLE color: 12743420.

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

Color convert

RGB 252 114 194 -
CMYK 0 0.55 0.23 0.01
HSL 325.22º 0.96% 0.72% -
HSV(B) 325.22º 0.55% 0.99% -
XYZ 55.9 36.63 55.16 -
YUV 164.38 144.72 190.5 -
System Red Green Blue C M Y K H S L
Decimal 252 114 194 0 0.55 0.23 0.01 325.22 0.96 0.72
Hex FC 72 C2 0 37 17 1 145 60 48
Octal 374 162 302 0 67 27 1 505 140 110
Binary 11111100 1110010 11000010 0 110111 10111 1 101000101 1100000 1001000

Color Harmonies of #FC72C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72C2

Black with #FC72C2

Text Example


Text Example

White with #FC72C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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