Html Css Color HEX #FD57CF Neon Pink

📋 copy color: '#FD57CF'

red 253 ◦ green 87 ◦ blue 207

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

Shades of Neon Pink #FD57CF

Tints of Neon Pink #FD57CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.9%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 46.25%
G = 15.9%
B = 37.84%

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

#FD57CF (or 0xFD57CF) is known color: Neon Pink. HEX triplet: FD, 57 and CF. RGB value is (253,87,207). Sum of RGB (Red+Green+Blue) = 253+87+207=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD57CF is #02A830. Grayscale: #969696. Windows color (decimal): -174129 or 13588477. OLE color: 13588477.

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

Color convert

RGB 253 87 207 -
CMYK 0 0.66 0.18 0.01
HSL 316.63º 0.98% 0.67% -
HSV(B) 316.63º 0.66% 0.99% -
XYZ 55.18 32.2 62.34 -
YUV 150.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 253 87 207 0 0.66 0.18 0.01 316.63 0.98 0.67
Hex FD 57 CF 0 42 12 1 13D 62 43
Octal 375 127 317 0 102 22 1 475 142 103
Binary 11111101 1010111 11001111 0 1000010 10010 1 100111101 1100010 1000011

Color Harmonies of #FD57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD57CF

Black with #FD57CF

Text Example


Text Example

White with #FD57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD57CF; }

 p { color: rgb(253,87,207); }

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

background-color css

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

 a { background-color: rgb(253,87,207); }

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

border-color css

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

 span { border-color: rgb(253,87,207); }

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