Html Css Color HEX #FD5CC2 Neon Pink

📋 copy color: '#FD5CC2'

red 253 ◦ green 92 ◦ blue 194

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

Shades of Neon Pink #FD5CC2

Tints of Neon Pink #FD5CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 46.94%
G = 17.07%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD5CC2 (or 0xFD5CC2) is known color: Neon Pink. HEX triplet: FD, 5C and C2. RGB value is (253,92,194). Sum of RGB (Red+Green+Blue) = 253+92+194=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CC2 is #02A33D. Grayscale: #979797. Windows color (decimal): -172862 or 12737789. OLE color: 12737789.

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

Color convert

RGB 253 92 194 -
CMYK 0 0.64 0.23 0.01
HSL 321.99º 0.98% 0.68% -
HSV(B) 321.99º 0.64% 0.99% -
XYZ 54.07 32.43 54.45 -
YUV 151.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 253 92 194 0 0.64 0.23 0.01 321.99 0.98 0.68
Hex FD 5C C2 0 40 17 1 142 62 44
Octal 375 134 302 0 100 27 1 502 142 104
Binary 11111101 1011100 11000010 0 1000000 10111 1 101000010 1100010 1000100

Color Harmonies of #FD5CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CC2

Black with #FD5CC2

Text Example


Text Example

White with #FD5CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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