Html Css Color HEX #FF57C7 Neon Pink

📋 copy color: '#FF57C7'

red 255 ◦ green 87 ◦ blue 199

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

Shades of Neon Pink #FF57C7

Tints of Neon Pink #FF57C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 47.13%
G = 16.08%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF57C7 (or 0xFF57C7) is known color: Neon Pink. HEX triplet: FF, 57 and C7. RGB value is (255,87,199). Sum of RGB (Red+Green+Blue) = 255+87+199=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C7 is #00A838. Grayscale: #959595. Windows color (decimal): -43065 or 13064191. OLE color: 13064191.

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

Color convert

RGB 255 87 199 -
CMYK 0 0.66 0.22 0
HSL 320º 1% 0.67% -
HSV(B) 320º 0.66% 1% -
XYZ 54.96 32.2 57.35 -
YUV 150 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 255 87 199 0 0.66 0.22 0 320 1 0.67
Hex FF 57 C7 0 42 16 0 140 64 43
Octal 377 127 307 0 102 26 0 500 144 103
Binary 11111111 1010111 11000111 0 1000010 10110 0 101000000 1100100 1000011

Color Harmonies of #FF57C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF57C7

Black with #FF57C7

Text Example


Text Example

White with #FF57C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF57C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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