Html Css Color HEX #FC5DD3 Neon Pink

📋 copy color: '#FC5DD3'

red 252 ◦ green 93 ◦ blue 211

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

Shades of Neon Pink #FC5DD3

Tints of Neon Pink #FC5DD3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.73%

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 45.32%
G = 16.73%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC5DD3 (or 0xFC5DD3) is known color: Neon Pink. HEX triplet: FC, 5D and D3. RGB value is (252,93,211). Sum of RGB (Red+Green+Blue) = 252+93+211=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DD3 is #03A22C. Grayscale: #999999. Windows color (decimal): -238125 or 13852156. OLE color: 13852156.

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

Color convert

RGB 252 93 211 -
CMYK 0 0.63 0.16 0.01
HSL 315.47º 0.96% 0.68% -
HSV(B) 315.47º 0.63% 0.99% -
XYZ 55.82 33.23 65.1 -
YUV 153.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 252 93 211 0 0.63 0.16 0.01 315.47 0.96 0.68
Hex FC 5D D3 0 3F 10 1 13B 60 44
Octal 374 135 323 0 77 20 1 473 140 104
Binary 11111100 1011101 11010011 0 111111 10000 1 100111011 1100000 1000100

Color Harmonies of #FC5DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DD3

Black with #FC5DD3

Text Example


Text Example

White with #FC5DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DD3; }

 p { color: rgb(252,93,211); }

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

background-color css

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

 a { background-color: rgb(252,93,211); }

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

border-color css

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

 span { border-color: rgb(252,93,211); }

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