Html Css Color HEX #FC55D1 Neon Pink

📋 copy color: '#FC55D1'

red 252 ◦ green 85 ◦ blue 209

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

Shades of Neon Pink #FC55D1

Tints of Neon Pink #FC55D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 46.15%
G = 15.57%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC55D1 (or 0xFC55D1) is known color: Neon Pink. HEX triplet: FC, 55 and D1. RGB value is (252,85,209). Sum of RGB (Red+Green+Blue) = 252+85+209=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55D1 is #03AA2E. Grayscale: #949494. Windows color (decimal): -240175 or 13719036. OLE color: 13719036.

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

Color convert

RGB 252 85 209 -
CMYK 0 0.66 0.17 0.01
HSL 315.45º 0.97% 0.66% -
HSV(B) 315.45º 0.66% 0.99% -
XYZ 54.9 31.8 63.57 -
YUV 149.07 161.83 201.42 -
System Red Green Blue C M Y K H S L
Decimal 252 85 209 0 0.66 0.17 0.01 315.45 0.97 0.66
Hex FC 55 D1 0 42 11 1 13B 61 42
Octal 374 125 321 0 102 21 1 473 141 102
Binary 11111100 1010101 11010001 0 1000010 10001 1 100111011 1100001 1000010

Color Harmonies of #FC55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55D1

Black with #FC55D1

Text Example


Text Example

White with #FC55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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