Html Css Color HEX #FA58C1 Neon Pink

📋 copy color: '#FA58C1'

red 250 ◦ green 88 ◦ blue 193

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

Shades of Neon Pink #FA58C1

Tints of Neon Pink #FA58C1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.57%

 BLUE value IS 193 (75.78% from 255) = 36.35%

R = 47.08%
G = 16.57%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA58C1 (or 0xFA58C1) is known color: Neon Pink. HEX triplet: FA, 58 and C1. RGB value is (250,88,193). Sum of RGB (Red+Green+Blue) = 250+88+193=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58C1 is #05A73E. Grayscale: #949494. Windows color (decimal): -370495 or 12671226. OLE color: 12671226.

HSL color Cylindrical-coordinate representation of color #FA58C1: hue angle of 321.11º 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 #FA58C1 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 88 193 -
CMYK 0 0.65 0.23 0.02
HSL 321.11º 0.94% 0.66% -
HSV(B) 321.11º 0.65% 0.98% -
XYZ 52.54 31.15 53.7 -
YUV 148.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 250 88 193 0 0.65 0.23 0.02 321.11 0.94 0.66
Hex FA 58 C1 0 41 17 2 141 5E 42
Octal 372 130 301 0 101 27 2 501 136 102
Binary 11111010 1011000 11000001 0 1000001 10111 10 101000001 1011110 1000010

Color Harmonies of #FA58C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58C1

Black with #FA58C1

Text Example


Text Example

White with #FA58C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58C1; }

 p { color: rgb(250,88,193); }

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

background-color css

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

 a { background-color: rgb(250,88,193); }

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

border-color css

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

 span { border-color: rgb(250,88,193); }

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