Html Css Color HEX #FB71C8 Neon Pink

📋 copy color: '#FB71C8'

red 251 ◦ green 113 ◦ blue 200

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

Shades of Neon Pink #FB71C8

Tints of Neon Pink #FB71C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.46%

R = 44.5%
G = 20.04%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB71C8 (or 0xFB71C8) is known color: Neon Pink. HEX triplet: FB, 71 and C8. RGB value is (251,113,200). Sum of RGB (Red+Green+Blue) = 251+113+200=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71C8 is #048E37. Grayscale: #A3A3A3. Windows color (decimal): -298552 or 13136379. OLE color: 13136379.

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

Color convert

RGB 251 113 200 -
CMYK 0 0.55 0.20 0.02
HSL 322.17º 0.95% 0.71% -
HSV(B) 322.17º 0.55% 0.98% -
XYZ 56.11 36.49 58.73 -
YUV 164.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 251 113 200 0 0.55 0.20 0.02 322.17 0.95 0.71
Hex FB 71 C8 0 37 14 2 142 5F 47
Octal 373 161 310 0 67 24 2 502 137 107
Binary 11111011 1110001 11001000 0 110111 10100 10 101000010 1011111 1000111

Color Harmonies of #FB71C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71C8

Black with #FB71C8

Text Example


Text Example

White with #FB71C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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