Html Css Color HEX #FB58C7 Neon Pink

📋 copy color: '#FB58C7'

red 251 ◦ green 88 ◦ blue 199

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

Shades of Neon Pink #FB58C7

Tints of Neon Pink #FB58C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 46.65%
G = 16.36%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB58C7 (or 0xFB58C7) is known color: Neon Pink. HEX triplet: FB, 58 and C7. RGB value is (251,88,199). Sum of RGB (Red+Green+Blue) = 251+88+199=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58C7 is #04A738. Grayscale: #959595. Windows color (decimal): -304953 or 13064443. OLE color: 13064443.

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

Color convert

RGB 251 88 199 -
CMYK 0 0.65 0.21 0.02
HSL 319.14º 0.95% 0.66% -
HSV(B) 319.14º 0.65% 0.98% -
XYZ 53.58 31.61 57.31 -
YUV 149.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 251 88 199 0 0.65 0.21 0.02 319.14 0.95 0.66
Hex FB 58 C7 0 41 15 2 13F 5F 42
Octal 373 130 307 0 101 25 2 477 137 102
Binary 11111011 1011000 11000111 0 1000001 10101 10 100111111 1011111 1000010

Color Harmonies of #FB58C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58C7

Black with #FB58C7

Text Example


Text Example

White with #FB58C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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