Html Css Color HEX #FD58D1 Neon Pink

📋 copy color: '#FD58D1'

red 253 ◦ green 88 ◦ blue 209

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

Shades of Neon Pink #FD58D1

Tints of Neon Pink #FD58D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16%

 BLUE value IS 209 (82.03% from 255) = 38%

R = 46%
G = 16%
B = 38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD58D1 (or 0xFD58D1) is known color: Neon Pink. HEX triplet: FD, 58 and D1. RGB value is (253,88,209). Sum of RGB (Red+Green+Blue) = 253+88+209=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58D1 is #02A72E. Grayscale: #969696. Windows color (decimal): -173871 or 13719805. OLE color: 13719805.

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

Color convert

RGB 253 88 209 -
CMYK 0 0.65 0.17 0.01
HSL 316º 0.98% 0.67% -
HSV(B) 316º 0.65% 0.99% -
XYZ 55.51 32.47 63.66 -
YUV 151.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 253 88 209 0 0.65 0.17 0.01 316 0.98 0.67
Hex FD 58 D1 0 41 11 1 13C 62 43
Octal 375 130 321 0 101 21 1 474 142 103
Binary 11111101 1011000 11010001 0 1000001 10001 1 100111100 1100010 1000011

Color Harmonies of #FD58D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58D1

Black with #FD58D1

Text Example


Text Example

White with #FD58D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD58D1; }

 p { color: rgb(253,88,209); }

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

background-color css

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

 a { background-color: rgb(253,88,209); }

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

border-color css

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

 span { border-color: rgb(253,88,209); }

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