Html Css Color HEX #FF57D2 Neon Pink

📋 copy color: '#FF57D2'

red 255 ◦ green 87 ◦ blue 210

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

Shades of Neon Pink #FF57D2

Tints of Neon Pink #FF57D2

RGB

 RED value IS 255 (100% from 255) = 46.2%

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

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 46.2%
G = 15.76%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF57D2 (or 0xFF57D2) is known color: Neon Pink. HEX triplet: FF, 57 and D2. RGB value is (255,87,210). Sum of RGB (Red+Green+Blue) = 255+87+210=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57D2 is #00A82D. Grayscale: #969696. Windows color (decimal): -43054 or 13785087. OLE color: 13785087.

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

Color convert

RGB 255 87 210 -
CMYK 0 0.66 0.18 0
HSL 316.07º 1% 0.67% -
HSV(B) 316.07º 0.66% 1% -
XYZ 56.28 32.73 64.32 -
YUV 151.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 255 87 210 0 0.66 0.18 0 316.07 1 0.67
Hex FF 57 D2 0 42 12 0 13C 64 43
Octal 377 127 322 0 102 22 0 474 144 103
Binary 11111111 1010111 11010010 0 1000010 10010 0 100111100 1100100 1000011

Color Harmonies of #FF57D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF57D2

Black with #FF57D2

Text Example


Text Example

White with #FF57D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF57D2; }

 p { color: rgb(255,87,210); }

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

background-color css

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

 a { background-color: rgb(255,87,210); }

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

border-color css

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

 span { border-color: rgb(255,87,210); }

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