Html Css Color HEX #FC5ECC Neon Pink

📋 copy color: '#FC5ECC'

red 252 ◦ green 94 ◦ blue 204

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

Shades of Neon Pink #FC5ECC

Tints of Neon Pink #FC5ECC

RGB

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

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

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

R = 45.82%
G = 17.09%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC5ECC (or 0xFC5ECC) is known color: Neon Pink. HEX triplet: FC, 5E and CC. RGB value is (252,94,204). Sum of RGB (Red+Green+Blue) = 252+94+204=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ECC is #03A133. Grayscale: #999999. Windows color (decimal): -237876 or 13393660. OLE color: 13393660.

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

Color convert

RGB 252 94 204 -
CMYK 0 0.63 0.19 0.01
HSL 318.23º 0.96% 0.68% -
HSV(B) 318.23º 0.63% 0.99% -
XYZ 55.05 33.06 60.61 -
YUV 153.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 252 94 204 0 0.63 0.19 0.01 318.23 0.96 0.68
Hex FC 5E CC 0 3F 13 1 13E 60 44
Octal 374 136 314 0 77 23 1 476 140 104
Binary 11111100 1011110 11001100 0 111111 10011 1 100111110 1100000 1000100

Color Harmonies of #FC5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ECC

Black with #FC5ECC

Text Example


Text Example

White with #FC5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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