Html Css Color HEX #FB53C1 Neon Pink

📋 copy color: '#FB53C1'

red 251 ◦ green 83 ◦ blue 193

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

Shades of Neon Pink #FB53C1

Tints of Neon Pink #FB53C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.75%

 BLUE value IS 193 (75.78% from 255) = 36.62%

R = 47.63%
G = 15.75%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB53C1 (or 0xFB53C1) is known color: Neon Pink. HEX triplet: FB, 53 and C1. RGB value is (251,83,193). Sum of RGB (Red+Green+Blue) = 251+83+193=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53C1 is #04AC3E. Grayscale: #919191. Windows color (decimal): -306239 or 12669947. OLE color: 12669947.

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

Color convert

RGB 251 83 193 -
CMYK 0 0.67 0.23 0.02
HSL 320.71º 0.95% 0.65% -
HSV(B) 320.71º 0.67% 0.98% -
XYZ 52.5 30.55 53.58 -
YUV 145.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 251 83 193 0 0.67 0.23 0.02 320.71 0.95 0.65
Hex FB 53 C1 0 43 17 2 141 5F 41
Octal 373 123 301 0 103 27 2 501 137 101
Binary 11111011 1010011 11000001 0 1000011 10111 10 101000001 1011111 1000001

Color Harmonies of #FB53C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53C1

Black with #FB53C1

Text Example


Text Example

White with #FB53C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53C1; }

 p { color: rgb(251,83,193); }

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

background-color css

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

 a { background-color: rgb(251,83,193); }

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

border-color css

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

 span { border-color: rgb(251,83,193); }

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