Html Css Color HEX #FC57C7 Neon Pink

📋 copy color: '#FC57C7'

red 252 ◦ green 87 ◦ blue 199

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

Shades of Neon Pink #FC57C7

Tints of Neon Pink #FC57C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 46.84%
G = 16.17%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC57C7 (or 0xFC57C7) is known color: Neon Pink. HEX triplet: FC, 57 and C7. RGB value is (252,87,199). Sum of RGB (Red+Green+Blue) = 252+87+199=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57C7 is #03A838. Grayscale: #949494. Windows color (decimal): -239673 or 13064188. OLE color: 13064188.

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

Color convert

RGB 252 87 199 -
CMYK 0 0.65 0.21 0.01
HSL 319.27º 0.96% 0.66% -
HSV(B) 319.27º 0.65% 0.99% -
XYZ 53.86 31.64 57.3 -
YUV 149.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 252 87 199 0 0.65 0.21 0.01 319.27 0.96 0.66
Hex FC 57 C7 0 41 15 1 13F 60 42
Octal 374 127 307 0 101 25 1 477 140 102
Binary 11111100 1010111 11000111 0 1000001 10101 1 100111111 1100000 1000010

Color Harmonies of #FC57C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57C7

Black with #FC57C7

Text Example


Text Example

White with #FC57C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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