Html Css Color HEX #FB6DD6 Neon Pink

📋 copy color: '#FB6DD6'

red 251 ◦ green 109 ◦ blue 214

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

Shades of Neon Pink #FB6DD6

Tints of Neon Pink #FB6DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 43.73%
G = 18.99%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB6DD6 (or 0xFB6DD6) is known color: Neon Pink. HEX triplet: FB, 6D and D6. RGB value is (251,109,214). Sum of RGB (Red+Green+Blue) = 251+109+214=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DD6 is #049229. Grayscale: #A3A3A3. Windows color (decimal): -299562 or 14052859. OLE color: 14052859.

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

Color convert

RGB 251 109 214 -
CMYK 0 0.57 0.15 0.02
HSL 315.63º 0.95% 0.71% -
HSV(B) 315.63º 0.57% 0.98% -
XYZ 57.39 36.3 67.6 -
YUV 163.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 251 109 214 0 0.57 0.15 0.02 315.63 0.95 0.71
Hex FB 6D D6 0 39 F 2 13C 5F 47
Octal 373 155 326 0 71 17 2 474 137 107
Binary 11111011 1101101 11010110 0 111001 1111 10 100111100 1011111 1000111

Color Harmonies of #FB6DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6DD6

Black with #FB6DD6

Text Example


Text Example

White with #FB6DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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