Html Css Color HEX #FB6EC2 Neon Pink

📋 copy color: '#FB6EC2'

red 251 ◦ green 110 ◦ blue 194

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

Shades of Neon Pink #FB6EC2

Tints of Neon Pink #FB6EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.82%

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

R = 45.23%
G = 19.82%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB6EC2 (or 0xFB6EC2) is known color: Neon Pink. HEX triplet: FB, 6E and C2. RGB value is (251,110,194). Sum of RGB (Red+Green+Blue) = 251+110+194=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6EC2 is #04913D. Grayscale: #A1A1A1. Windows color (decimal): -299326 or 12742395. OLE color: 12742395.

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

Color convert

RGB 251 110 194 -
CMYK 0 0.56 0.23 0.02
HSL 324.26º 0.95% 0.71% -
HSV(B) 324.26º 0.56% 0.98% -
XYZ 55.1 35.56 55 -
YUV 161.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 251 110 194 0 0.56 0.23 0.02 324.26 0.95 0.71
Hex FB 6E C2 0 38 17 2 144 5F 47
Octal 373 156 302 0 70 27 2 504 137 107
Binary 11111011 1101110 11000010 0 111000 10111 10 101000100 1011111 1000111

Color Harmonies of #FB6EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6EC2

Black with #FB6EC2

Text Example


Text Example

White with #FB6EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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