Html Css Color HEX #FB64D9 Neon Pink

📋 copy color: '#FB64D9'

red 251 ◦ green 100 ◦ blue 217

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

Shades of Neon Pink #FB64D9

Tints of Neon Pink #FB64D9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.61%

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 44.19%
G = 17.61%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB64D9 (or 0xFB64D9) is known color: Neon Pink. HEX triplet: FB, 64 and D9. RGB value is (251,100,217). Sum of RGB (Red+Green+Blue) = 251+100+217=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64D9 is #049B26. Grayscale: #9E9E9E. Windows color (decimal): -301863 or 14247163. OLE color: 14247163.

HSL color Cylindrical-coordinate representation of color #FB64D9: hue angle of 313.51º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64D9 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 100 217 -
CMYK 0 0.60 0.14 0.02
HSL 313.51º 0.95% 0.69% -
HSV(B) 313.51º 0.6% 0.98% -
XYZ 56.87 34.63 69.33 -
YUV 158.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 251 100 217 0 0.60 0.14 0.02 313.51 0.95 0.69
Hex FB 64 D9 0 3C E 2 13A 5F 45
Octal 373 144 331 0 74 16 2 472 137 105
Binary 11111011 1100100 11011001 0 111100 1110 10 100111010 1011111 1000101

Color Harmonies of #FB64D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB64D9

Black with #FB64D9

Text Example


Text Example

White with #FB64D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB64D9; }

 p { color: rgb(251,100,217); }

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

background-color css

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

 a { background-color: rgb(251,100,217); }

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

border-color css

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

 span { border-color: rgb(251,100,217); }

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