Html Css Color HEX #FC72CE Neon Pink

📋 copy color: '#FC72CE'

red 252 ◦ green 114 ◦ blue 206

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

Shades of Neon Pink #FC72CE

Tints of Neon Pink #FC72CE

RGB

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

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

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

R = 44.06%
G = 19.93%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC72CE (or 0xFC72CE) is known color: Neon Pink. HEX triplet: FC, 72 and CE. RGB value is (252,114,206). Sum of RGB (Red+Green+Blue) = 252+114+206=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72CE is #038D31. Grayscale: #A5A5A5. Windows color (decimal): -232754 or 13529852. OLE color: 13529852.

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

Color convert

RGB 252 114 206 -
CMYK 0 0.55 0.18 0.01
HSL 320º 0.96% 0.72% -
HSV(B) 320º 0.55% 0.99% -
XYZ 57.3 37.19 62.55 -
YUV 165.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 252 114 206 0 0.55 0.18 0.01 320 0.96 0.72
Hex FC 72 CE 0 37 12 1 140 60 48
Octal 374 162 316 0 67 22 1 500 140 110
Binary 11111100 1110010 11001110 0 110111 10010 1 101000000 1100000 1001000

Color Harmonies of #FC72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72CE

Black with #FC72CE

Text Example


Text Example

White with #FC72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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