Html Css Color HEX #FB50C3 Neon Pink

📋 copy color: '#FB50C3'

red 251 ◦ green 80 ◦ blue 195

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

Shades of Neon Pink #FB50C3

Tints of Neon Pink #FB50C3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.21%

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 47.72%
G = 15.21%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB50C3 (or 0xFB50C3) is known color: Neon Pink. HEX triplet: FB, 50 and C3. RGB value is (251,80,195). Sum of RGB (Red+Green+Blue) = 251+80+195=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50C3 is #04AF3C. Grayscale: #8F8F8F. Windows color (decimal): -307005 or 12800251. OLE color: 12800251.

HSL color Cylindrical-coordinate representation of color #FB50C3: hue angle of 319.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50C3 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 80 195 -
CMYK 0 0.68 0.22 0.02
HSL 319.65º 0.96% 0.65% -
HSV(B) 319.65º 0.68% 0.98% -
XYZ 52.5 30.19 54.69 -
YUV 144.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 251 80 195 0 0.68 0.22 0.02 319.65 0.96 0.65
Hex FB 50 C3 0 44 16 2 140 60 41
Octal 373 120 303 0 104 26 2 500 140 101
Binary 11111011 1010000 11000011 0 1000100 10110 10 101000000 1100000 1000001

Color Harmonies of #FB50C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50C3

Black with #FB50C3

Text Example


Text Example

White with #FB50C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50C3; }

 p { color: rgb(251,80,195); }

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

background-color css

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

 a { background-color: rgb(251,80,195); }

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

border-color css

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

 span { border-color: rgb(251,80,195); }

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