Html Css Color HEX #FC54C2 Neon Pink

📋 copy color: '#FC54C2'

red 252 ◦ green 84 ◦ blue 194

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

Shades of Neon Pink #FC54C2

Tints of Neon Pink #FC54C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.85%

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

R = 47.55%
G = 15.85%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC54C2 (or 0xFC54C2) is known color: Neon Pink. HEX triplet: FC, 54 and C2. RGB value is (252,84,194). Sum of RGB (Red+Green+Blue) = 252+84+194=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54C2 is #03AB3D. Grayscale: #929292. Windows color (decimal): -240446 or 12735740. OLE color: 12735740.

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

Color convert

RGB 252 84 194 -
CMYK 0 0.67 0.23 0.01
HSL 320.71º 0.97% 0.66% -
HSV(B) 320.71º 0.67% 0.99% -
XYZ 53.05 30.93 54.21 -
YUV 146.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 252 84 194 0 0.67 0.23 0.01 320.71 0.97 0.66
Hex FC 54 C2 0 43 17 1 141 61 42
Octal 374 124 302 0 103 27 1 501 141 102
Binary 11111100 1010100 11000010 0 1000011 10111 1 101000001 1100001 1000010

Color Harmonies of #FC54C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54C2

Black with #FC54C2

Text Example


Text Example

White with #FC54C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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