Html Css Color HEX #FC54CC Neon Pink

📋 copy color: '#FC54CC'

red 252 ◦ green 84 ◦ blue 204

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

Shades of Neon Pink #FC54CC

Tints of Neon Pink #FC54CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 46.67%
G = 15.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC54CC (or 0xFC54CC) is known color: Neon Pink. HEX triplet: FC, 54 and CC. RGB value is (252,84,204). Sum of RGB (Red+Green+Blue) = 252+84+204=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 84 (33.20% from 255 or 15.56% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54CC is #03AB33. Grayscale: #939393. Windows color (decimal): -240436 or 13391100. OLE color: 13391100.

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

Color convert

RGB 252 84 204 -
CMYK 0 0.67 0.19 0.01
HSL 317.14º 0.97% 0.66% -
HSV(B) 317.14º 0.67% 0.99% -
XYZ 54.21 31.4 60.33 -
YUV 147.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 252 84 204 0 0.67 0.19 0.01 317.14 0.97 0.66
Hex FC 54 CC 0 43 13 1 13D 61 42
Octal 374 124 314 0 103 23 1 475 141 102
Binary 11111100 1010100 11001100 0 1000011 10011 1 100111101 1100001 1000010

Color Harmonies of #FC54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54CC

Black with #FC54CC

Text Example


Text Example

White with #FC54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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