Html Css Color HEX #FB6DC8 Neon Pink

📋 copy color: '#FB6DC8'

red 251 ◦ green 109 ◦ blue 200

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

Shades of Neon Pink #FB6DC8

Tints of Neon Pink #FB6DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.71%

R = 44.82%
G = 19.46%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB6DC8 (or 0xFB6DC8) is known color: Neon Pink. HEX triplet: FB, 6D and C8. RGB value is (251,109,200). Sum of RGB (Red+Green+Blue) = 251+109+200=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DC8 is #049237. Grayscale: #A1A1A1. Windows color (decimal): -299576 or 13135355. OLE color: 13135355.

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

Color convert

RGB 251 109 200 -
CMYK 0 0.57 0.20 0.02
HSL 321.55º 0.95% 0.71% -
HSV(B) 321.55º 0.57% 0.98% -
XYZ 55.68 35.62 58.58 -
YUV 161.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 251 109 200 0 0.57 0.20 0.02 321.55 0.95 0.71
Hex FB 6D C8 0 39 14 2 142 5F 47
Octal 373 155 310 0 71 24 2 502 137 107
Binary 11111011 1101101 11001000 0 111001 10100 10 101000010 1011111 1000111

Color Harmonies of #FB6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6DC8

Black with #FB6DC8

Text Example


Text Example

White with #FB6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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