Html Css Color HEX #FC72D3 Neon Pink

📋 copy color: '#FC72D3'

red 252 ◦ green 114 ◦ blue 211

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

Shades of Neon Pink #FC72D3

Tints of Neon Pink #FC72D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 43.67%
G = 19.76%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC72D3 (or 0xFC72D3) is known color: Neon Pink. HEX triplet: FC, 72 and D3. RGB value is (252,114,211). Sum of RGB (Red+Green+Blue) = 252+114+211=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72D3 is #038D2C. Grayscale: #A6A6A6. Windows color (decimal): -232749 or 13857532. OLE color: 13857532.

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

Color convert

RGB 252 114 211 -
CMYK 0 0.55 0.16 0.01
HSL 317.83º 0.96% 0.72% -
HSV(B) 317.83º 0.55% 0.99% -
XYZ 57.92 37.43 65.8 -
YUV 166.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 252 114 211 0 0.55 0.16 0.01 317.83 0.96 0.72
Hex FC 72 D3 0 37 10 1 13E 60 48
Octal 374 162 323 0 67 20 1 476 140 110
Binary 11111100 1110010 11010011 0 110111 10000 1 100111110 1100000 1001000

Color Harmonies of #FC72D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72D3

Black with #FC72D3

Text Example


Text Example

White with #FC72D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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