Html Css Color HEX #FC5BC0 Neon Pink

📋 copy color: '#FC5BC0'

red 252 ◦ green 91 ◦ blue 192

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

Shades of Neon Pink #FC5BC0

Tints of Neon Pink #FC5BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.01%

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

R = 47.1%
G = 17.01%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC5BC0 (or 0xFC5BC0) is known color: Neon Pink. HEX triplet: FC, 5B and C0. RGB value is (252,91,192). Sum of RGB (Red+Green+Blue) = 252+91+192=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BC0 is #03A43F. Grayscale: #969696. Windows color (decimal): -238656 or 12606460. OLE color: 12606460.

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

Color convert

RGB 252 91 192 -
CMYK 0 0.64 0.24 0.01
HSL 322.36º 0.96% 0.67% -
HSV(B) 322.36º 0.64% 0.99% -
XYZ 53.4 31.98 53.23 -
YUV 150.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 252 91 192 0 0.64 0.24 0.01 322.36 0.96 0.67
Hex FC 5B C0 0 40 18 1 142 60 43
Octal 374 133 300 0 100 30 1 502 140 103
Binary 11111100 1011011 11000000 0 1000000 11000 1 101000010 1100000 1000011

Color Harmonies of #FC5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BC0

Black with #FC5BC0

Text Example


Text Example

White with #FC5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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