Html Css Color HEX #FD57CE Neon Pink

📋 copy color: '#FD57CE'

red 253 ◦ green 87 ◦ blue 206

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

Shades of Neon Pink #FD57CE

Tints of Neon Pink #FD57CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 46.34%
G = 15.93%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD57CE (or 0xFD57CE) is known color: Neon Pink. HEX triplet: FD, 57 and CE. RGB value is (253,87,206). Sum of RGB (Red+Green+Blue) = 253+87+206=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 87 (34.38% from 255 or 15.93% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD57CE is #02A831. Grayscale: #959595. Windows color (decimal): -174130 or 13522941. OLE color: 13522941.

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

Color convert

RGB 253 87 206 -
CMYK 0 0.66 0.19 0.01
HSL 316.99º 0.98% 0.67% -
HSV(B) 316.99º 0.66% 0.99% -
XYZ 55.06 32.16 61.7 -
YUV 150.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 253 87 206 0 0.66 0.19 0.01 316.99 0.98 0.67
Hex FD 57 CE 0 42 13 1 13D 62 43
Octal 375 127 316 0 102 23 1 475 142 103
Binary 11111101 1010111 11001110 0 1000010 10011 1 100111101 1100010 1000011

Color Harmonies of #FD57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD57CE

Black with #FD57CE

Text Example


Text Example

White with #FD57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD57CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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