Html Css Color HEX #FA57CF Neon Pink

📋 copy color: '#FA57CF'

red 250 ◦ green 87 ◦ blue 207

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

Shades of Neon Pink #FA57CF

Tints of Neon Pink #FA57CF

RGB

 RED value IS 250 (98.05% from 255) = 45.96%

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

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 45.96%
G = 15.99%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA57CF (or 0xFA57CF) is known color: Neon Pink. HEX triplet: FA, 57 and CF. RGB value is (250,87,207). Sum of RGB (Red+Green+Blue) = 250+87+207=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57CF is #05A830. Grayscale: #959595. Windows color (decimal): -370737 or 13588474. OLE color: 13588474.

HSL color Cylindrical-coordinate representation of color #FA57CF: hue angle of 315.83º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57CF is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 87 207 -
CMYK 0 0.65 0.17 0.02
HSL 315.83º 0.94% 0.66% -
HSV(B) 315.83º 0.65% 0.98% -
XYZ 54.1 31.65 62.29 -
YUV 149.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 250 87 207 0 0.65 0.17 0.02 315.83 0.94 0.66
Hex FA 57 CF 0 41 11 2 13C 5E 42
Octal 372 127 317 0 101 21 2 474 136 102
Binary 11111010 1010111 11001111 0 1000001 10001 10 100111100 1011110 1000010

Color Harmonies of #FA57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57CF

Black with #FA57CF

Text Example


Text Example

White with #FA57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57CF; }

 p { color: rgb(250,87,207); }

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

background-color css

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

 a { background-color: rgb(250,87,207); }

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

border-color css

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

 span { border-color: rgb(250,87,207); }

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