Html Css Color HEX #FB71CB Neon Pink

📋 copy color: '#FB71CB'

red 251 ◦ green 113 ◦ blue 203

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

Shades of Neon Pink #FB71CB

Tints of Neon Pink #FB71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.93%

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 44.27%
G = 19.93%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB71CB (or 0xFB71CB) is known color: Neon Pink. HEX triplet: FB, 71 and CB. RGB value is (251,113,203). Sum of RGB (Red+Green+Blue) = 251+113+203=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71CB is #048E34. Grayscale: #A4A4A4. Windows color (decimal): -298549 or 13332987. OLE color: 13332987.

HSL color Cylindrical-coordinate representation of color #FB71CB: hue angle of 320.87º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71CB is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 113 203 -
CMYK 0 0.55 0.19 0.02
HSL 320.87º 0.95% 0.71% -
HSV(B) 320.87º 0.55% 0.98% -
XYZ 56.47 36.63 60.59 -
YUV 164.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 251 113 203 0 0.55 0.19 0.02 320.87 0.95 0.71
Hex FB 71 CB 0 37 13 2 141 5F 47
Octal 373 161 313 0 67 23 2 501 137 107
Binary 11111011 1110001 11001011 0 110111 10011 10 101000001 1011111 1000111

Color Harmonies of #FB71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71CB

Black with #FB71CB

Text Example


Text Example

White with #FB71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71CB; }

 p { color: rgb(251,113,203); }

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

background-color css

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

 a { background-color: rgb(251,113,203); }

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

border-color css

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

 span { border-color: rgb(251,113,203); }

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