Html Css Color HEX #FB60D4 Neon Pink

📋 copy color: '#FB60D4'

red 251 ◦ green 96 ◦ blue 212

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

Shades of Neon Pink #FB60D4

Tints of Neon Pink #FB60D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 44.9%
G = 17.17%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB60D4 (or 0xFB60D4) is known color: Neon Pink. HEX triplet: FB, 60 and D4. RGB value is (251,96,212). Sum of RGB (Red+Green+Blue) = 251+96+212=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60D4 is #049F2B. Grayscale: #9B9B9B. Windows color (decimal): -302892 or 13918459. OLE color: 13918459.

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

Color convert

RGB 251 96 212 -
CMYK 0 0.62 0.16 0.02
HSL 315.1º 0.95% 0.68% -
HSV(B) 315.1º 0.62% 0.98% -
XYZ 55.85 33.63 65.83 -
YUV 155.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 251 96 212 0 0.62 0.16 0.02 315.1 0.95 0.68
Hex FB 60 D4 0 3E 10 2 13B 5F 44
Octal 373 140 324 0 76 20 2 473 137 104
Binary 11111011 1100000 11010100 0 111110 10000 10 100111011 1011111 1000100

Color Harmonies of #FB60D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60D4

Black with #FB60D4

Text Example


Text Example

White with #FB60D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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