Html Css Color HEX #FC57CE Neon Pink

📋 copy color: '#FC57CE'

red 252 ◦ green 87 ◦ blue 206

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

Shades of Neon Pink #FC57CE

Tints of Neon Pink #FC57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.96%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 46.24%
G = 15.96%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC57CE (or 0xFC57CE) is known color: Neon Pink. HEX triplet: FC, 57 and CE. RGB value is (252,87,206). Sum of RGB (Red+Green+Blue) = 252+87+206=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57CE is #03A831. Grayscale: #959595. Windows color (decimal): -239666 or 13522940. OLE color: 13522940.

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

Color convert

RGB 252 87 206 -
CMYK 0 0.65 0.18 0.01
HSL 316.73º 0.96% 0.66% -
HSV(B) 316.73º 0.65% 0.99% -
XYZ 54.69 31.97 61.68 -
YUV 149.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 252 87 206 0 0.65 0.18 0.01 316.73 0.96 0.66
Hex FC 57 CE 0 41 12 1 13D 60 42
Octal 374 127 316 0 101 22 1 475 140 102
Binary 11111100 1010111 11001110 0 1000001 10010 1 100111101 1100000 1000010

Color Harmonies of #FC57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57CE

Black with #FC57CE

Text Example


Text Example

White with #FC57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57CE; }

 p { color: rgb(252,87,206); }

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

background-color css

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

 a { background-color: rgb(252,87,206); }

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

border-color css

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

 span { border-color: rgb(252,87,206); }

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