Html Css Color HEX #FC54C5 Neon Pink

📋 copy color: '#FC54C5'

red 252 ◦ green 84 ◦ blue 197

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

Shades of Neon Pink #FC54C5

Tints of Neon Pink #FC54C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 47.28%
G = 15.76%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC54C5 (or 0xFC54C5) is known color: Neon Pink. HEX triplet: FC, 54 and C5. RGB value is (252,84,197). Sum of RGB (Red+Green+Blue) = 252+84+197=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54C5 is #03AB3A. Grayscale: #929292. Windows color (decimal): -240443 or 12932348. OLE color: 12932348.

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

Color convert

RGB 252 84 197 -
CMYK 0 0.67 0.22 0.01
HSL 319.64º 0.97% 0.66% -
HSV(B) 319.64º 0.67% 0.99% -
XYZ 53.39 31.07 56.01 -
YUV 147.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 252 84 197 0 0.67 0.22 0.01 319.64 0.97 0.66
Hex FC 54 C5 0 43 16 1 140 61 42
Octal 374 124 305 0 103 26 1 500 141 102
Binary 11111100 1010100 11000101 0 1000011 10110 1 101000000 1100001 1000010

Color Harmonies of #FC54C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54C5

Black with #FC54C5

Text Example


Text Example

White with #FC54C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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