Html Css Color HEX #FD55D0 Neon Pink

📋 copy color: '#FD55D0'

red 253 ◦ green 85 ◦ blue 208

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

Shades of Neon Pink #FD55D0

Tints of Neon Pink #FD55D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 46.34%
G = 15.57%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD55D0 (or 0xFD55D0) is known color: Neon Pink. HEX triplet: FD, 55 and D0. RGB value is (253,85,208). Sum of RGB (Red+Green+Blue) = 253+85+208=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55D0 is #02AA2F. Grayscale: #949494. Windows color (decimal): -174640 or 13653501. OLE color: 13653501.

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

Color convert

RGB 253 85 208 -
CMYK 0 0.66 0.18 0.01
HSL 316.07º 0.98% 0.66% -
HSV(B) 316.07º 0.66% 0.99% -
XYZ 55.14 31.93 62.93 -
YUV 149.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 253 85 208 0 0.66 0.18 0.01 316.07 0.98 0.66
Hex FD 55 D0 0 42 12 1 13C 62 42
Octal 375 125 320 0 102 22 1 474 142 102
Binary 11111101 1010101 11010000 0 1000010 10010 1 100111100 1100010 1000010

Color Harmonies of #FD55D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55D0

Black with #FD55D0

Text Example


Text Example

White with #FD55D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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