Html Css Color HEX #FC5ED2 Neon Pink

📋 copy color: '#FC5ED2'

red 252 ◦ green 94 ◦ blue 210

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

Shades of Neon Pink #FC5ED2

Tints of Neon Pink #FC5ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.77%

R = 45.32%
G = 16.91%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC5ED2 (or 0xFC5ED2) is known color: Neon Pink. HEX triplet: FC, 5E and D2. RGB value is (252,94,210). Sum of RGB (Red+Green+Blue) = 252+94+210=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ED2 is #03A12D. Grayscale: #9A9A9A. Windows color (decimal): -237870 or 13786876. OLE color: 13786876.

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

Color convert

RGB 252 94 210 -
CMYK 0 0.63 0.17 0.01
HSL 315.95º 0.96% 0.68% -
HSV(B) 315.95º 0.63% 0.99% -
XYZ 55.78 33.35 64.47 -
YUV 154.47 159.35 197.57 -
System Red Green Blue C M Y K H S L
Decimal 252 94 210 0 0.63 0.17 0.01 315.95 0.96 0.68
Hex FC 5E D2 0 3F 11 1 13C 60 44
Octal 374 136 322 0 77 21 1 474 140 104
Binary 11111100 1011110 11010010 0 111111 10001 1 100111100 1100000 1000100

Color Harmonies of #FC5ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ED2

Black with #FC5ED2

Text Example


Text Example

White with #FC5ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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