Html Css Color HEX #FB6DC2 Neon Pink

📋 copy color: '#FB6DC2'

red 251 ◦ green 109 ◦ blue 194

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

Shades of Neon Pink #FB6DC2

Tints of Neon Pink #FB6DC2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

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

R = 45.31%
G = 19.68%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB6DC2 (or 0xFB6DC2) is known color: Neon Pink. HEX triplet: FB, 6D and C2. RGB value is (251,109,194). Sum of RGB (Red+Green+Blue) = 251+109+194=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DC2 is #04923D. Grayscale: #A0A0A0. Windows color (decimal): -299582 or 12742139. OLE color: 12742139.

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

Color convert

RGB 251 109 194 -
CMYK 0 0.57 0.23 0.02
HSL 324.08º 0.95% 0.71% -
HSV(B) 324.08º 0.57% 0.98% -
XYZ 54.99 35.34 54.96 -
YUV 161.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 251 109 194 0 0.57 0.23 0.02 324.08 0.95 0.71
Hex FB 6D C2 0 39 17 2 144 5F 47
Octal 373 155 302 0 71 27 2 504 137 107
Binary 11111011 1101101 11000010 0 111001 10111 10 101000100 1011111 1000111

Color Harmonies of #FB6DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6DC2

Black with #FB6DC2

Text Example


Text Example

White with #FB6DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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