Html Css Color HEX #FD5CCC Neon Pink

📋 copy color: '#FD5CCC'

red 253 ◦ green 92 ◦ blue 204

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

Shades of Neon Pink #FD5CCC

Tints of Neon Pink #FD5CCC

RGB

 RED value IS 253 (99.22% from 255) = 46.08%

 GREEN value IS 92 (36.33% from 255) = 16.76%

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

R = 46.08%
G = 16.76%
B = 37.16%

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

#FD5CCC (or 0xFD5CCC) is known color: Neon Pink. HEX triplet: FD, 5C and CC. RGB value is (253,92,204). Sum of RGB (Red+Green+Blue) = 253+92+204=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CCC is #02A333. Grayscale: #989898. Windows color (decimal): -172852 or 13393149. OLE color: 13393149.

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

Color convert

RGB 253 92 204 -
CMYK 0 0.64 0.19 0.01
HSL 318.26º 0.98% 0.68% -
HSV(B) 318.26º 0.64% 0.99% -
XYZ 55.23 32.9 60.57 -
YUV 152.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 253 92 204 0 0.64 0.19 0.01 318.26 0.98 0.68
Hex FD 5C CC 0 40 13 1 13E 62 44
Octal 375 134 314 0 100 23 1 476 142 104
Binary 11111101 1011100 11001100 0 1000000 10011 1 100111110 1100010 1000100

Color Harmonies of #FD5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CCC

Black with #FD5CCC

Text Example


Text Example

White with #FD5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CCC; }

 p { color: rgb(253,92,204); }

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

background-color css

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

 a { background-color: rgb(253,92,204); }

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

border-color css

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

 span { border-color: rgb(253,92,204); }

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