Html Css Color HEX #FD58D0 Neon Pink

📋 copy color: '#FD58D0'

red 253 ◦ green 88 ◦ blue 208

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

Shades of Neon Pink #FD58D0

Tints of Neon Pink #FD58D0

RGB

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

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

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

R = 46.08%
G = 16.03%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD58D0 (or 0xFD58D0) is known color: Neon Pink. HEX triplet: FD, 58 and D0. RGB value is (253,88,208). Sum of RGB (Red+Green+Blue) = 253+88+208=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 88 (34.77% from 255 or 16.03% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58D0 is #02A72F. Grayscale: #969696. Windows color (decimal): -173872 or 13654269. OLE color: 13654269.

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

Color convert

RGB 253 88 208 -
CMYK 0 0.65 0.18 0.01
HSL 316.36º 0.98% 0.67% -
HSV(B) 316.36º 0.65% 0.99% -
XYZ 55.38 32.42 63.01 -
YUV 151.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 253 88 208 0 0.65 0.18 0.01 316.36 0.98 0.67
Hex FD 58 D0 0 41 12 1 13C 62 43
Octal 375 130 320 0 101 22 1 474 142 103
Binary 11111101 1011000 11010000 0 1000001 10010 1 100111100 1100010 1000011

Color Harmonies of #FD58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58D0

Black with #FD58D0

Text Example


Text Example

White with #FD58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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