Html Css Color HEX #FB6EC0 Neon Pink

📋 copy color: '#FB6EC0'

red 251 ◦ green 110 ◦ blue 192

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

Shades of Neon Pink #FB6EC0

Tints of Neon Pink #FB6EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 45.39%
G = 19.89%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB6EC0 (or 0xFB6EC0) is known color: Neon Pink. HEX triplet: FB, 6E and C0. RGB value is (251,110,192). Sum of RGB (Red+Green+Blue) = 251+110+192=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6EC0 is #04913F. Grayscale: #A1A1A1. Windows color (decimal): -299328 or 12611323. OLE color: 12611323.

HSL color Cylindrical-coordinate representation of color #FB6EC0: hue angle of 325.11º 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 #FB6EC0 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 110 192 -
CMYK 0 0.56 0.24 0.02
HSL 325.11º 0.95% 0.71% -
HSV(B) 325.11º 0.56% 0.98% -
XYZ 54.87 35.47 53.82 -
YUV 161.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 251 110 192 0 0.56 0.24 0.02 325.11 0.95 0.71
Hex FB 6E C0 0 38 18 2 145 5F 47
Octal 373 156 300 0 70 30 2 505 137 107
Binary 11111011 1101110 11000000 0 111000 11000 10 101000101 1011111 1000111

Color Harmonies of #FB6EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6EC0

Black with #FB6EC0

Text Example


Text Example

White with #FB6EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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