Html Css Color HEX #FF57D0 Neon Pink

📋 copy color: '#FF57D0'

red 255 ◦ green 87 ◦ blue 208

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

Shades of Neon Pink #FF57D0

Tints of Neon Pink #FF57D0

RGB

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

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

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

R = 46.36%
G = 15.82%
B = 37.82%

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

#FF57D0 (or 0xFF57D0) is known color: Neon Pink. HEX triplet: FF, 57 and D0. RGB value is (255,87,208). Sum of RGB (Red+Green+Blue) = 255+87+208=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57D0 is #00A82F. Grayscale: #969696. Windows color (decimal): -43056 or 13654015. OLE color: 13654015.

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

Color convert

RGB 255 87 208 -
CMYK 0 0.66 0.18 0
HSL 316.79º 1% 0.67% -
HSV(B) 316.79º 0.66% 1% -
XYZ 56.03 32.63 63.02 -
YUV 151.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 255 87 208 0 0.66 0.18 0 316.79 1 0.67
Hex FF 57 D0 0 42 12 0 13D 64 43
Octal 377 127 320 0 102 22 0 475 144 103
Binary 11111111 1010111 11010000 0 1000010 10010 0 100111101 1100100 1000011

Color Harmonies of #FF57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF57D0

Black with #FF57D0

Text Example


Text Example

White with #FF57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF57D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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