Html Css Color HEX #FC5ED4 Neon Pink

📋 copy color: '#FC5ED4'

red 252 ◦ green 94 ◦ blue 212

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

Shades of Neon Pink #FC5ED4

Tints of Neon Pink #FC5ED4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.85%

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 45.16%
G = 16.85%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC5ED4 (or 0xFC5ED4) is known color: Neon Pink. HEX triplet: FC, 5E and D4. RGB value is (252,94,212). Sum of RGB (Red+Green+Blue) = 252+94+212=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ED4 is #03A12B. Grayscale: #9A9A9A. Windows color (decimal): -237868 or 13917948. OLE color: 13917948.

HSL color Cylindrical-coordinate representation of color #FC5ED4: hue angle of 315.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5ED4 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 212 -
CMYK 0 0.63 0.16 0.01
HSL 315.19º 0.96% 0.68% -
HSV(B) 315.19º 0.63% 0.99% -
XYZ 56.03 33.45 65.79 -
YUV 154.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 252 94 212 0 0.63 0.16 0.01 315.19 0.96 0.68
Hex FC 5E D4 0 3F 10 1 13B 60 44
Octal 374 136 324 0 77 20 1 473 140 104
Binary 11111100 1011110 11010100 0 111111 10000 1 100111011 1100000 1000100

Color Harmonies of #FC5ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ED4

Black with #FC5ED4

Text Example


Text Example

White with #FC5ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ED4; }

 p { color: rgb(252,94,212); }

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

background-color css

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

 a { background-color: rgb(252,94,212); }

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

border-color css

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

 span { border-color: rgb(252,94,212); }

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