Html Css Color HEX #FB60D9 Neon Pink

📋 copy color: '#FB60D9'

red 251 ◦ green 96 ◦ blue 217

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

Shades of Neon Pink #FB60D9

Tints of Neon Pink #FB60D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.02%

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

R = 44.5%
G = 17.02%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB60D9 (or 0xFB60D9) is known color: Neon Pink. HEX triplet: FB, 60 and D9. RGB value is (251,96,217). Sum of RGB (Red+Green+Blue) = 251+96+217=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60D9 is #049F26. Grayscale: #9B9B9B. Windows color (decimal): -302887 or 14246139. OLE color: 14246139.

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

Color convert

RGB 251 96 217 -
CMYK 0 0.62 0.14 0.02
HSL 313.16º 0.95% 0.68% -
HSV(B) 313.16º 0.62% 0.98% -
XYZ 56.49 33.88 69.21 -
YUV 156.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 251 96 217 0 0.62 0.14 0.02 313.16 0.95 0.68
Hex FB 60 D9 0 3E E 2 139 5F 44
Octal 373 140 331 0 76 16 2 471 137 104
Binary 11111011 1100000 11011001 0 111110 1110 10 100111001 1011111 1000100

Color Harmonies of #FB60D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60D9

Black with #FB60D9

Text Example


Text Example

White with #FB60D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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