Html Css Color HEX #FB57D0 Neon Pink

📋 copy color: '#FB57D0'

red 251 ◦ green 87 ◦ blue 208

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

Shades of Neon Pink #FB57D0

Tints of Neon Pink #FB57D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 45.97%
G = 15.93%
B = 38.1%

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

#FB57D0 (or 0xFB57D0) is known color: Neon Pink. HEX triplet: FB, 57 and D0. RGB value is (251,87,208). Sum of RGB (Red+Green+Blue) = 251+87+208=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 87 (34.38% from 255 or 15.93% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57D0 is #04A82F. Grayscale: #959595. Windows color (decimal): -305200 or 13654011. OLE color: 13654011.

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

Color convert

RGB 251 87 208 -
CMYK 0 0.65 0.17 0.02
HSL 315.73º 0.95% 0.66% -
HSV(B) 315.73º 0.65% 0.98% -
XYZ 54.58 31.88 62.95 -
YUV 149.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 251 87 208 0 0.65 0.17 0.02 315.73 0.95 0.66
Hex FB 57 D0 0 41 11 2 13C 5F 42
Octal 373 127 320 0 101 21 2 474 137 102
Binary 11111011 1010111 11010000 0 1000001 10001 10 100111100 1011111 1000010

Color Harmonies of #FB57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB57D0

Black with #FB57D0

Text Example


Text Example

White with #FB57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB57D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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