Html Css Color HEX #FA58CE Neon Pink

📋 copy color: '#FA58CE'

red 250 ◦ green 88 ◦ blue 206

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

Shades of Neon Pink #FA58CE

Tints of Neon Pink #FA58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 45.96%
G = 16.18%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA58CE (or 0xFA58CE) is known color: Neon Pink. HEX triplet: FA, 58 and CE. RGB value is (250,88,206). Sum of RGB (Red+Green+Blue) = 250+88+206=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58CE is #05A731. Grayscale: #959595. Windows color (decimal): -370482 or 13523194. OLE color: 13523194.

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

Color convert

RGB 250 88 206 -
CMYK 0 0.65 0.18 0.02
HSL 316.3º 0.94% 0.66% -
HSV(B) 316.3º 0.65% 0.98% -
XYZ 54.05 31.76 61.67 -
YUV 149.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 250 88 206 0 0.65 0.18 0.02 316.3 0.94 0.66
Hex FA 58 CE 0 41 12 2 13C 5E 42
Octal 372 130 316 0 101 22 2 474 136 102
Binary 11111010 1011000 11001110 0 1000001 10010 10 100111100 1011110 1000010

Color Harmonies of #FA58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58CE

Black with #FA58CE

Text Example


Text Example

White with #FA58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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