Html Css Color HEX #FD55C5 Neon Pink

📋 copy color: '#FD55C5'

red 253 ◦ green 85 ◦ blue 197

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

Shades of Neon Pink #FD55C5

Tints of Neon Pink #FD55C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.82%

R = 47.29%
G = 15.89%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD55C5 (or 0xFD55C5) is known color: Neon Pink. HEX triplet: FD, 55 and C5. RGB value is (253,85,197). Sum of RGB (Red+Green+Blue) = 253+85+197=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55C5 is #02AA3A. Grayscale: #939393. Windows color (decimal): -174651 or 12932605. OLE color: 12932605.

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

Color convert

RGB 253 85 197 -
CMYK 0 0.66 0.22 0.01
HSL 320º 0.98% 0.66% -
HSV(B) 320º 0.66% 0.99% -
XYZ 53.83 31.41 56.05 -
YUV 148 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 253 85 197 0 0.66 0.22 0.01 320 0.98 0.66
Hex FD 55 C5 0 42 16 1 140 62 42
Octal 375 125 305 0 102 26 1 500 142 102
Binary 11111101 1010101 11000101 0 1000010 10110 1 101000000 1100010 1000010

Color Harmonies of #FD55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55C5

Black with #FD55C5

Text Example


Text Example

White with #FD55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55C5; }

 p { color: rgb(253,85,197); }

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

background-color css

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

 a { background-color: rgb(253,85,197); }

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

border-color css

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

 span { border-color: rgb(253,85,197); }

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