Html Css Color HEX #FC72C6 Neon Pink

📋 copy color: '#FC72C6'

red 252 ◦ green 114 ◦ blue 198

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

Shades of Neon Pink #FC72C6

Tints of Neon Pink #FC72C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 44.68%
G = 20.21%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC72C6 (or 0xFC72C6) is known color: Neon Pink. HEX triplet: FC, 72 and C6. RGB value is (252,114,198). Sum of RGB (Red+Green+Blue) = 252+114+198=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72C6 is #038D39. Grayscale: #A4A4A4. Windows color (decimal): -232762 or 13005564. OLE color: 13005564.

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

Color convert

RGB 252 114 198 -
CMYK 0 0.55 0.21 0.01
HSL 323.48º 0.96% 0.72% -
HSV(B) 323.48º 0.55% 0.99% -
XYZ 56.36 36.81 57.56 -
YUV 164.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 252 114 198 0 0.55 0.21 0.01 323.48 0.96 0.72
Hex FC 72 C6 0 37 15 1 143 60 48
Octal 374 162 306 0 67 25 1 503 140 110
Binary 11111100 1110010 11000110 0 110111 10101 1 101000011 1100000 1001000

Color Harmonies of #FC72C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72C6

Black with #FC72C6

Text Example


Text Example

White with #FC72C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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