Html Css Color HEX #FB6AC2 Neon Pink

📋 copy color: '#FB6AC2'

red 251 ◦ green 106 ◦ blue 194

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

Shades of Neon Pink #FB6AC2

Tints of Neon Pink #FB6AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.24%

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

R = 45.55%
G = 19.24%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB6AC2 (or 0xFB6AC2) is known color: Neon Pink. HEX triplet: FB, 6A and C2. RGB value is (251,106,194). Sum of RGB (Red+Green+Blue) = 251+106+194=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6AC2 is #04953D. Grayscale: #9F9F9F. Windows color (decimal): -300350 or 12741371. OLE color: 12741371.

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

Color convert

RGB 251 106 194 -
CMYK 0 0.58 0.23 0.02
HSL 323.59º 0.95% 0.7% -
HSV(B) 323.59º 0.58% 0.98% -
XYZ 54.68 34.71 54.86 -
YUV 159.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 251 106 194 0 0.58 0.23 0.02 323.59 0.95 0.7
Hex FB 6A C2 0 3A 17 2 144 5F 46
Octal 373 152 302 0 72 27 2 504 137 106
Binary 11111011 1101010 11000010 0 111010 10111 10 101000100 1011111 1000110

Color Harmonies of #FB6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6AC2

Black with #FB6AC2

Text Example


Text Example

White with #FB6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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