Html Css Color HEX #FF57D7 Neon Pink

📋 copy color: '#FF57D7'

red 255 ◦ green 87 ◦ blue 215

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

Shades of Neon Pink #FF57D7

Tints of Neon Pink #FF57D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 45.78%
G = 15.62%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF57D7 (or 0xFF57D7) is known color: Neon Pink. HEX triplet: FF, 57 and D7. RGB value is (255,87,215). Sum of RGB (Red+Green+Blue) = 255+87+215=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57D7 is #00A828. Grayscale: #979797. Windows color (decimal): -43049 or 14112767. OLE color: 14112767.

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

Color convert

RGB 255 87 215 -
CMYK 0 0.66 0.16 0
HSL 314.29º 1% 0.67% -
HSV(B) 314.29º 0.66% 1% -
XYZ 56.91 32.98 67.66 -
YUV 151.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 255 87 215 0 0.66 0.16 0 314.29 1 0.67
Hex FF 57 D7 0 42 10 0 13A 64 43
Octal 377 127 327 0 102 20 0 472 144 103
Binary 11111111 1010111 11010111 0 1000010 10000 0 100111010 1100100 1000011

Color Harmonies of #FF57D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF57D7

Black with #FF57D7

Text Example


Text Example

White with #FF57D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF57D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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