Html Css Color HEX #FB7DD2 Neon Pink

📋 copy color: '#FB7DD2'

red 251 ◦ green 125 ◦ blue 210

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

Shades of Neon Pink #FB7DD2

Tints of Neon Pink #FB7DD2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.33%

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 42.83%
G = 21.33%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB7DD2 (or 0xFB7DD2) is known color: Neon Pink. HEX triplet: FB, 7D and D2. RGB value is (251,125,210). Sum of RGB (Red+Green+Blue) = 251+125+210=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DD2 is #04822D. Grayscale: #ACACAC. Windows color (decimal): -295470 or 13794811. OLE color: 13794811.

HSL color Cylindrical-coordinate representation of color #FB7DD2: hue angle of 319.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DD2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 210 -
CMYK 0 0.50 0.16 0.02
HSL 319.52º 0.94% 0.74% -
HSV(B) 319.52º 0.5% 0.98% -
XYZ 58.75 39.83 65.56 -
YUV 172.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 251 125 210 0 0.50 0.16 0.02 319.52 0.94 0.74
Hex FB 7D D2 0 32 10 2 140 5E 4A
Octal 373 175 322 0 62 20 2 500 136 112
Binary 11111011 1111101 11010010 0 110010 10000 10 101000000 1011110 1001010

Color Harmonies of #FB7DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DD2

Black with #FB7DD2

Text Example


Text Example

White with #FB7DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DD2; }

 p { color: rgb(251,125,210); }

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

background-color css

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

 a { background-color: rgb(251,125,210); }

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

border-color css

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

 span { border-color: rgb(251,125,210); }

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