Html Css Color HEX #FB60C9 Neon Pink

📋 copy color: '#FB60C9'

red 251 ◦ green 96 ◦ blue 201

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

Shades of Neon Pink #FB60C9

Tints of Neon Pink #FB60C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 45.8%
G = 17.52%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB60C9 (or 0xFB60C9) is known color: Neon Pink. HEX triplet: FB, 60 and C9. RGB value is (251,96,201). Sum of RGB (Red+Green+Blue) = 251+96+201=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60C9 is #049F36. Grayscale: #9A9A9A. Windows color (decimal): -302903 or 13197563. OLE color: 13197563.

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

Color convert

RGB 251 96 201 -
CMYK 0 0.62 0.20 0.02
HSL 319.35º 0.95% 0.68% -
HSV(B) 319.35º 0.62% 0.98% -
XYZ 54.51 33.09 58.77 -
YUV 154.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 251 96 201 0 0.62 0.20 0.02 319.35 0.95 0.68
Hex FB 60 C9 0 3E 14 2 13F 5F 44
Octal 373 140 311 0 76 24 2 477 137 104
Binary 11111011 1100000 11001001 0 111110 10100 10 100111111 1011111 1000100

Color Harmonies of #FB60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60C9

Black with #FB60C9

Text Example


Text Example

White with #FB60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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