Html Css Color HEX #FA58CB Neon Pink

📋 copy color: '#FA58CB'

red 250 ◦ green 88 ◦ blue 203

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

Shades of Neon Pink #FA58CB

Tints of Neon Pink #FA58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 46.21%
G = 16.27%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA58CB (or 0xFA58CB) is known color: Neon Pink. HEX triplet: FA, 58 and CB. RGB value is (250,88,203). Sum of RGB (Red+Green+Blue) = 250+88+203=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58CB is #05A734. Grayscale: #959595. Windows color (decimal): -370485 or 13326586. OLE color: 13326586.

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

Color convert

RGB 250 88 203 -
CMYK 0 0.65 0.19 0.02
HSL 317.41º 0.94% 0.66% -
HSV(B) 317.41º 0.65% 0.98% -
XYZ 53.69 31.62 59.77 -
YUV 149.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 250 88 203 0 0.65 0.19 0.02 317.41 0.94 0.66
Hex FA 58 CB 0 41 13 2 13D 5E 42
Octal 372 130 313 0 101 23 2 475 136 102
Binary 11111010 1011000 11001011 0 1000001 10011 10 100111101 1011110 1000010

Color Harmonies of #FA58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58CB

Black with #FA58CB

Text Example


Text Example

White with #FA58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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