Html Css Color HEX #FB57C2 Neon Pink

📋 copy color: '#FB57C2'

red 251 ◦ green 87 ◦ blue 194

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

Shades of Neon Pink #FB57C2

Tints of Neon Pink #FB57C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.35%

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 47.18%
G = 16.35%
B = 36.47%

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

#FB57C2 (or 0xFB57C2) is known color: Neon Pink. HEX triplet: FB, 57 and C2. RGB value is (251,87,194). Sum of RGB (Red+Green+Blue) = 251+87+194=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 87 (34.38% from 255 or 16.35% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57C2 is #04A83D. Grayscale: #939393. Windows color (decimal): -305214 or 12736507. OLE color: 12736507.

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

Color convert

RGB 251 87 194 -
CMYK 0 0.65 0.23 0.02
HSL 320.85º 0.95% 0.66% -
HSV(B) 320.85º 0.65% 0.98% -
XYZ 52.93 31.22 54.28 -
YUV 148.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 251 87 194 0 0.65 0.23 0.02 320.85 0.95 0.66
Hex FB 57 C2 0 41 17 2 141 5F 42
Octal 373 127 302 0 101 27 2 501 137 102
Binary 11111011 1010111 11000010 0 1000001 10111 10 101000001 1011111 1000010

Color Harmonies of #FB57C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB57C2

Black with #FB57C2

Text Example


Text Example

White with #FB57C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB57C2; }

 p { color: rgb(251,87,194); }

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

background-color css

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

 a { background-color: rgb(251,87,194); }

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

border-color css

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

 span { border-color: rgb(251,87,194); }

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