Html Css Color HEX #FB61D1 Neon Pink

📋 copy color: '#FB61D1'

red 251 ◦ green 97 ◦ blue 209

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

Shades of Neon Pink #FB61D1

Tints of Neon Pink #FB61D1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.41%

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 45.06%
G = 17.41%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB61D1 (or 0xFB61D1) is known color: Neon Pink. HEX triplet: FB, 61 and D1. RGB value is (251,97,209). Sum of RGB (Red+Green+Blue) = 251+97+209=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB61D1 is #049E2E. Grayscale: #9B9B9B. Windows color (decimal): -302639 or 13722107. OLE color: 13722107.

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

Color convert

RGB 251 97 209 -
CMYK 0 0.61 0.17 0.02
HSL 316.36º 0.95% 0.68% -
HSV(B) 316.36º 0.61% 0.98% -
XYZ 55.57 33.66 63.89 -
YUV 155.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 251 97 209 0 0.61 0.17 0.02 316.36 0.95 0.68
Hex FB 61 D1 0 3D 11 2 13C 5F 44
Octal 373 141 321 0 75 21 2 474 137 104
Binary 11111011 1100001 11010001 0 111101 10001 10 100111100 1011111 1000100

Color Harmonies of #FB61D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB61D1

Black with #FB61D1

Text Example


Text Example

White with #FB61D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB61D1; }

 p { color: rgb(251,97,209); }

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

background-color css

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

 a { background-color: rgb(251,97,209); }

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

border-color css

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

 span { border-color: rgb(251,97,209); }

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