Html Css Color HEX #FB58C5 Neon Pink

📋 copy color: '#FB58C5'

red 251 ◦ green 88 ◦ blue 197

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

Shades of Neon Pink #FB58C5

Tints of Neon Pink #FB58C5

RGB

 RED value IS 251 (98.44% from 255) = 46.83%

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

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 46.83%
G = 16.42%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB58C5 (or 0xFB58C5) is known color: Neon Pink. HEX triplet: FB, 58 and C5. RGB value is (251,88,197). Sum of RGB (Red+Green+Blue) = 251+88+197=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58C5 is #04A73A. Grayscale: #949494. Windows color (decimal): -304955 or 12933371. OLE color: 12933371.

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

Color convert

RGB 251 88 197 -
CMYK 0 0.65 0.22 0.02
HSL 319.88º 0.95% 0.66% -
HSV(B) 319.88º 0.65% 0.98% -
XYZ 53.35 31.52 56.1 -
YUV 149.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 251 88 197 0 0.65 0.22 0.02 319.88 0.95 0.66
Hex FB 58 C5 0 41 16 2 140 5F 42
Octal 373 130 305 0 101 26 2 500 137 102
Binary 11111011 1011000 11000101 0 1000001 10110 10 101000000 1011111 1000010

Color Harmonies of #FB58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58C5

Black with #FB58C5

Text Example


Text Example

White with #FB58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58C5; }

 p { color: rgb(251,88,197); }

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

background-color css

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

 a { background-color: rgb(251,88,197); }

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

border-color css

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

 span { border-color: rgb(251,88,197); }

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