Html Css Color HEX #FB57D1 Neon Pink

📋 copy color: '#FB57D1'

red 251 ◦ green 87 ◦ blue 209

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

Shades of Neon Pink #FB57D1

Tints of Neon Pink #FB57D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 45.89%
G = 15.9%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB57D1 (or 0xFB57D1) is known color: Neon Pink. HEX triplet: FB, 57 and D1. RGB value is (251,87,209). Sum of RGB (Red+Green+Blue) = 251+87+209=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57D1 is #04A82E. Grayscale: #959595. Windows color (decimal): -305199 or 13719547. OLE color: 13719547.

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

Color convert

RGB 251 87 209 -
CMYK 0 0.65 0.17 0.02
HSL 315.37º 0.95% 0.66% -
HSV(B) 315.37º 0.65% 0.98% -
XYZ 54.7 31.93 63.6 -
YUV 149.94 161.33 200.08 -
System Red Green Blue C M Y K H S L
Decimal 251 87 209 0 0.65 0.17 0.02 315.37 0.95 0.66
Hex FB 57 D1 0 41 11 2 13B 5F 42
Octal 373 127 321 0 101 21 2 473 137 102
Binary 11111011 1010111 11010001 0 1000001 10001 10 100111011 1011111 1000010

Color Harmonies of #FB57D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB57D1

Black with #FB57D1

Text Example


Text Example

White with #FB57D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB57D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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