Html Css Color HEX #FC54D1 Neon Pink

📋 copy color: '#FC54D1'

red 252 ◦ green 84 ◦ blue 209

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

Shades of Neon Pink #FC54D1

Tints of Neon Pink #FC54D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.35%

R = 46.24%
G = 15.41%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC54D1 (or 0xFC54D1) is known color: Neon Pink. HEX triplet: FC, 54 and D1. RGB value is (252,84,209). Sum of RGB (Red+Green+Blue) = 252+84+209=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54D1 is #03AB2E. Grayscale: #949494. Windows color (decimal): -240431 or 13718780. OLE color: 13718780.

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

Color convert

RGB 252 84 209 -
CMYK 0 0.67 0.17 0.01
HSL 315.36º 0.97% 0.66% -
HSV(B) 315.36º 0.67% 0.99% -
XYZ 54.82 31.64 63.54 -
YUV 148.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 252 84 209 0 0.67 0.17 0.01 315.36 0.97 0.66
Hex FC 54 D1 0 43 11 1 13B 61 42
Octal 374 124 321 0 103 21 1 473 141 102
Binary 11111100 1010100 11010001 0 1000011 10001 1 100111011 1100001 1000010

Color Harmonies of #FC54D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54D1

Black with #FC54D1

Text Example


Text Example

White with #FC54D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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