Html Css Color HEX #FC5EC0 Neon Pink

📋 copy color: '#FC5EC0'

red 252 ◦ green 94 ◦ blue 192

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

Shades of Neon Pink #FC5EC0

Tints of Neon Pink #FC5EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 46.84%
G = 17.47%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC5EC0 (or 0xFC5EC0) is known color: Neon Pink. HEX triplet: FC, 5E and C0. RGB value is (252,94,192). Sum of RGB (Red+Green+Blue) = 252+94+192=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EC0 is #03A13F. Grayscale: #989898. Windows color (decimal): -237888 or 12607228. OLE color: 12607228.

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

Color convert

RGB 252 94 192 -
CMYK 0 0.63 0.24 0.01
HSL 322.78º 0.96% 0.68% -
HSV(B) 322.78º 0.63% 0.99% -
XYZ 53.66 32.51 53.32 -
YUV 152.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 252 94 192 0 0.63 0.24 0.01 322.78 0.96 0.68
Hex FC 5E C0 0 3F 18 1 143 60 44
Octal 374 136 300 0 77 30 1 503 140 104
Binary 11111100 1011110 11000000 0 111111 11000 1 101000011 1100000 1000100

Color Harmonies of #FC5EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EC0

Black with #FC5EC0

Text Example


Text Example

White with #FC5EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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