Html Css Color HEX #FB71CE Neon Pink

📋 copy color: '#FB71CE'

red 251 ◦ green 113 ◦ blue 206

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

Shades of Neon Pink #FB71CE

Tints of Neon Pink #FB71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 44.04%
G = 19.82%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB71CE (or 0xFB71CE) is known color: Neon Pink. HEX triplet: FB, 71 and CE. RGB value is (251,113,206). Sum of RGB (Red+Green+Blue) = 251+113+206=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71CE is #048E31. Grayscale: #A4A4A4. Windows color (decimal): -298546 or 13529595. OLE color: 13529595.

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

Color convert

RGB 251 113 206 -
CMYK 0 0.55 0.18 0.02
HSL 319.57º 0.95% 0.71% -
HSV(B) 319.57º 0.55% 0.98% -
XYZ 56.83 36.78 62.5 -
YUV 164.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 251 113 206 0 0.55 0.18 0.02 319.57 0.95 0.71
Hex FB 71 CE 0 37 12 2 140 5F 47
Octal 373 161 316 0 67 22 2 500 137 107
Binary 11111011 1110001 11001110 0 110111 10010 10 101000000 1011111 1000111

Color Harmonies of #FB71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71CE

Black with #FB71CE

Text Example


Text Example

White with #FB71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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