Html Css Color HEX #FB6DCA Neon Pink

📋 copy color: '#FB6DCA'

red 251 ◦ green 109 ◦ blue 202

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

Shades of Neon Pink #FB6DCA

Tints of Neon Pink #FB6DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 44.66%
G = 19.4%
B = 35.94%

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

#FB6DCA (or 0xFB6DCA) is known color: Neon Pink. HEX triplet: FB, 6D and CA. RGB value is (251,109,202). Sum of RGB (Red+Green+Blue) = 251+109+202=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DCA is #049235. Grayscale: #A1A1A1. Windows color (decimal): -299574 or 13266427. OLE color: 13266427.

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

Color convert

RGB 251 109 202 -
CMYK 0 0.57 0.20 0.02
HSL 320.7º 0.95% 0.71% -
HSV(B) 320.7º 0.57% 0.98% -
XYZ 55.91 35.71 59.82 -
YUV 162.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 251 109 202 0 0.57 0.20 0.02 320.7 0.95 0.71
Hex FB 6D CA 0 39 14 2 141 5F 47
Octal 373 155 312 0 71 24 2 501 137 107
Binary 11111011 1101101 11001010 0 111001 10100 10 101000001 1011111 1000111

Color Harmonies of #FB6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6DCA

Black with #FB6DCA

Text Example


Text Example

White with #FB6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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