Html Css Color HEX #FB6BDC Neon Pink

📋 copy color: '#FB6BDC'

red 251 ◦ green 107 ◦ blue 220

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

Shades of Neon Pink #FB6BDC

Tints of Neon Pink #FB6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.51%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 43.43%
G = 18.51%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB6BDC (or 0xFB6BDC) is known color: Neon Pink. HEX triplet: FB, 6B and DC. RGB value is (251,107,220). Sum of RGB (Red+Green+Blue) = 251+107+220=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6BDC is #049423. Grayscale: #A2A2A2. Windows color (decimal): -300068 or 14445563. OLE color: 14445563.

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

Color convert

RGB 251 107 220 -
CMYK 0 0.57 0.12 0.02
HSL 312.92º 0.95% 0.7% -
HSV(B) 312.92º 0.57% 0.98% -
XYZ 57.96 36.19 71.64 -
YUV 162.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 251 107 220 0 0.57 0.12 0.02 312.92 0.95 0.7
Hex FB 6B DC 0 39 C 2 139 5F 46
Octal 373 153 334 0 71 14 2 471 137 106
Binary 11111011 1101011 11011100 0 111001 1100 10 100111001 1011111 1000110

Color Harmonies of #FB6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6BDC

Black with #FB6BDC

Text Example


Text Example

White with #FB6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6BDC; }

 p { color: rgb(251,107,220); }

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

background-color css

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

 a { background-color: rgb(251,107,220); }

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

border-color css

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

 span { border-color: rgb(251,107,220); }

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