Html Css Color HEX #FB65DC Neon Pink

📋 copy color: '#FB65DC'

red 251 ◦ green 101 ◦ blue 220

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

Shades of Neon Pink #FB65DC

Tints of Neon Pink #FB65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.66%

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 43.88%
G = 17.66%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB65DC (or 0xFB65DC) is known color: Neon Pink. HEX triplet: FB, 65 and DC. RGB value is (251,101,220). Sum of RGB (Red+Green+Blue) = 251+101+220=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65DC is #049A23. Grayscale: #9F9F9F. Windows color (decimal): -301604 or 14444027. OLE color: 14444027.

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

Color convert

RGB 251 101 220 -
CMYK 0 0.60 0.12 0.02
HSL 312.4º 0.95% 0.69% -
HSV(B) 312.4º 0.6% 0.98% -
XYZ 57.36 34.98 71.44 -
YUV 159.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 251 101 220 0 0.60 0.12 0.02 312.4 0.95 0.69
Hex FB 65 DC 0 3C C 2 138 5F 45
Octal 373 145 334 0 74 14 2 470 137 105
Binary 11111011 1100101 11011100 0 111100 1100 10 100111000 1011111 1000101

Color Harmonies of #FB65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB65DC

Black with #FB65DC

Text Example


Text Example

White with #FB65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB65DC; }

 p { color: rgb(251,101,220); }

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

background-color css

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

 a { background-color: rgb(251,101,220); }

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

border-color css

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

 span { border-color: rgb(251,101,220); }

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