Html Css Color HEX #FC5ACC Neon Pink

📋 copy color: '#FC5ACC'

red 252 ◦ green 90 ◦ blue 204

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

Shades of Neon Pink #FC5ACC

Tints of Neon Pink #FC5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.48%

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

R = 46.15%
G = 16.48%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC5ACC (or 0xFC5ACC) is known color: Neon Pink. HEX triplet: FC, 5A and CC. RGB value is (252,90,204). Sum of RGB (Red+Green+Blue) = 252+90+204=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ACC is #03A533. Grayscale: #979797. Windows color (decimal): -238900 or 13392636. OLE color: 13392636.

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

Color convert

RGB 252 90 204 -
CMYK 0 0.64 0.19 0.01
HSL 317.78º 0.96% 0.67% -
HSV(B) 317.78º 0.64% 0.99% -
XYZ 54.7 32.37 60.49 -
YUV 151.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 252 90 204 0 0.64 0.19 0.01 317.78 0.96 0.67
Hex FC 5A CC 0 40 13 1 13E 60 43
Octal 374 132 314 0 100 23 1 476 140 103
Binary 11111100 1011010 11001100 0 1000000 10011 1 100111110 1100000 1000011

Color Harmonies of #FC5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ACC

Black with #FC5ACC

Text Example


Text Example

White with #FC5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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