Html Css Color HEX #FB72C2 Neon Pink

📋 copy color: '#FB72C2'

red 251 ◦ green 114 ◦ blue 194

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

Shades of Neon Pink #FB72C2

Tints of Neon Pink #FB72C2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.39%

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 44.9%
G = 20.39%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB72C2 (or 0xFB72C2) is known color: Neon Pink. HEX triplet: FB, 72 and C2. RGB value is (251,114,194). Sum of RGB (Red+Green+Blue) = 251+114+194=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72C2 is #048D3D. Grayscale: #A3A3A3. Windows color (decimal): -298302 or 12743419. OLE color: 12743419.

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

Color convert

RGB 251 114 194 -
CMYK 0 0.55 0.23 0.02
HSL 324.96º 0.94% 0.72% -
HSV(B) 324.96º 0.55% 0.98% -
XYZ 55.54 36.44 55.15 -
YUV 164.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 251 114 194 0 0.55 0.23 0.02 324.96 0.94 0.72
Hex FB 72 C2 0 37 17 2 145 5E 48
Octal 373 162 302 0 67 27 2 505 136 110
Binary 11111011 1110010 11000010 0 110111 10111 10 101000101 1011110 1001000

Color Harmonies of #FB72C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB72C2

Black with #FB72C2

Text Example


Text Example

White with #FB72C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB72C2; }

 p { color: rgb(251,114,194); }

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

background-color css

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

 a { background-color: rgb(251,114,194); }

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

border-color css

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

 span { border-color: rgb(251,114,194); }

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