Html Css Color HEX #FC55CE Neon Pink

📋 copy color: '#FC55CE'

red 252 ◦ green 85 ◦ blue 206

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

Shades of Neon Pink #FC55CE

Tints of Neon Pink #FC55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.65%

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

R = 46.41%
G = 15.65%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC55CE (or 0xFC55CE) is known color: Neon Pink. HEX triplet: FC, 55 and CE. RGB value is (252,85,206). Sum of RGB (Red+Green+Blue) = 252+85+206=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55CE is #03AA31. Grayscale: #949494. Windows color (decimal): -240178 or 13522428. OLE color: 13522428.

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

Color convert

RGB 252 85 206 -
CMYK 0 0.66 0.18 0.01
HSL 316.53º 0.97% 0.66% -
HSV(B) 316.53º 0.66% 0.99% -
XYZ 54.53 31.65 61.63 -
YUV 148.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 252 85 206 0 0.66 0.18 0.01 316.53 0.97 0.66
Hex FC 55 CE 0 42 12 1 13D 61 42
Octal 374 125 316 0 102 22 1 475 141 102
Binary 11111100 1010101 11001110 0 1000010 10010 1 100111101 1100001 1000010

Color Harmonies of #FC55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55CE

Black with #FC55CE

Text Example


Text Example

White with #FC55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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